body {
  padding: 15px 0px;
}

.meow {
  width: 1100px;
  margin: 0 auto;
}

.header {
  width: 1100px;
  height: 200px;
    border: 2px solid var(--bonesdale-red);
    border-radius: 75px 75px 0px 0px;
}

.header-content {
  height: 165px;
  margin: 0;
  padding-top: 7.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon img  { width:150px;height:150px; }

.header-text h1 {
  font-size: 3.125rem;
  margin-bottom: 0px;
}

.header-text p { margin-top:0px;text-align:center; }

.footer {
  width: 1100px;
  height: 75px;
    border: 2px solid var(--bonesdale-red);
    border-radius: 0px 0px 50px 50px;
}

#navbar { background-color:var(--bonesdale-yellow);padding: 20px 15px 15px;border-left: 2px solid var(--bonesdale-red);border-right: 2px solid var(--bonesdale-red);border-bottom: 2px solid var(--bonesdale-red); }

#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#navbar li {
  font-size: 1.175em;
}

#navbar li a {
  color: var(--bonesdale-red);
  font-weight: 800;
  font-family: 'Lexend', helvetica;
}

#navbar li a:hover {
  font-style:italic;
}

.content {
  position:relative;
  display:flex;
  border-left: 2px solid var(--bonesdale-red);
  border-right: 2px solid var(--bonesdale-red);
}

.left-side { float:left;margin-right:7.5px;width:25%; }

.right-side { float:right;width:75%;margin-left:7.5px;    overflow-y:scroll;height:600px;padding-right:10px; }

.list{
  display: none !important; 
}
