body {
  background: white;
  font-family: arial;
    font-family: Century Gothic !important;
/*    font-family: Fe font !important;*/
/*
  width: 100vw;
  height: 100vh;
*/
      margin: 0 auto !important;
    position: relative;
  max-width: 600px; 
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: fixed;
  right: 1em;
  top: 22px;
  padding: 26px 11px;
  z-index: 100;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: black;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: black;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #333332;
}

.menu input[type=checkbox] {
  display: none;
}

.menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}

.menu input[type=checkbox]:checked ~ #overlay-button:hover span,.menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
.menu input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}
.menu input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}


#overlay {
  height: 100vh;
  width: 100vw;
  background: white;
  z-index: 2;
  visibility: hidden;
  position: fixed;
    top: 0;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
    margin-right: 2em;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 0.5em;
}
#overlay ul li a {
  color: black;
  text-decoration: none;
  font-size: 1.5em;
}
#overlay ul li a:hover {
  color: #333332;
}

@media only screen and (min-width: 600px){
    #overlay {
  width: 600px;
 
}
}
li {
    
}
