.hello {
    background-color: rgb(253, 253, 253);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 10;
  left: 0;
  background-color: rgba(90, 193, 56, 0.979);
  overflow-x: hidden;
  transition: 0.5s;
  margin: 6px;
}
.hood{
  font-size: 18px;
  background-color:white;
  text-align: center;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: auto;
  text-align: center;
  margin-top: 0px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color:#000000 ;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffffff ;
}

.overlay .closebtn {
  border-radius: auto;
  position: absolute;
  top: auto;
  right: auto;
  font-size: auto;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 20px;
  top: 15px;
  right: 35px;
  }
}


    .header {
        background-color: rgb(115, 218, 12);
        font-family: monospace;
        color: rgb(5, 5, 5);
        font-size: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom:10px;
    }
    .lower{
        background-color:rgb(255, 255, 255);
        height: auto;
        padding: inherit;
        line-height: 20px;
        color: black;
        font-style: italic;
    }
    .middle{
        background-color: rgb(253, 253, 253) ;
        margin: 0px;
    }
.pix{
  background-color: rgb(168, 250, 85);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: rgb(5, 5, 5);
        font-size: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align-last: center;

}    