body {
  background-image:  url("../media/javascript.jpg");
  background-repeat: no-repeat;
  background-size: cover;    
  font-family: 'Press Start 2P', cursive;
  font-family: 'Michroma', sans-serif;
}

.blue{
  color: rgb(85, 164, 255);
}

.Press-Start-2P{
  color: rgb(253, 165, 0);
  font-family:  'Press Start 2P', cursive;
  font-size: 15px;
}

.button-overlay{
  color: rgb(255, 255, 255);
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../media/2020-01-24 (3).png");
  background-color: rgba(255, 255, 255, 0.5);
  background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ff0000;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  font-size: 50px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

  
  .text-block {
    background-color: rgb(51, 51, 51);
    border-radius: 25px;
    border-style: outset;
    border-width: 5px;
    padding: 10px;
    height: 250px;
    width: 700px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    color: rgb(255, 255, 255);  
  }


  