body {
    font-family: 'Lato', sans-serif;
    margin:-26px 41px;
    padding: 50px;
}
img{
  margin: 30px;

}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 6%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

button{
  position: fixed;
  top: 93px;
  background-color: #f44336;
  color: white;
  border: 2px solid #f44336;
  padding: 16px 19px;
  text-align: center;
  font-size: 19px;
  margin: -50px -75px;
  right: 7%;
}

button:hover {
background-color: white;
color: black;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.loading{
     font-size: 79px;
       margin-left: 405px;
       margin-top: -11px;
}
