body{
    background-color:lightblue;
    color:rgb(96,96,96);
    font-size:15px;
    margin-left:32px;
    margin-top:24px;
}
#skip-links{
  position:absolute;
  left: -1000px;
  top: auto;
  width: 1px;
  height: 1px;
}
.header{
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(228, 228, 228);
}
.middle-section{
  flex: 1;
  margin-left: 70px;
  margin-right: 35px;
  max-width: 500px;
  display: flex;
  align-items: center;
}
.search-bar{
  flex: 1;
  height: 32px;
  padding-left: 10px;
  font-size: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(192, 192, 192);
  border-radius: 2px;
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.05);
  width: 0;
}
.search-bar::placeholder{
  font-family: Roboto, Arial;
  font-size: 16px;
}
h1,h2{
    font-family:Arial, Roboto, Verdana;
    font-size:27px;
    text-align: center;
}
p{
    font-size:19px;
    color:black;position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
li{
    font-family: Arial, Roboto, Verdana;
    border:none;
    margin:5px 10px 10px 10px;
    line-height: 15px;
    list-style-type:none;
}
a:link,a:visited,a:active{
    color:black;
    text-decoration:none;
}
a:hover{
    color:black;
    text-decoration:underline;
    opacity:0.7;
    cursor:pointer;
}
h3{
    font-size: 22px;
}


