body {
     background-color: black;
     margin: 0;
     padding: 0;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     color: white;
     display: block;
     justify-content: center;
     text-align: center;


}
@media (max-width: 768px) {
  body {
    background-size: cover;
    background-position: center top;
  }
}

h1{
    font-size: 2em;
}

.div1 {
    text-align: center;
    border: 5px solid #00FF00;
    box-shadow: 0 0 5px #00FF00, 0 0 10px #00FF00;
    background-color: black;
    font-size: 150%;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 3%;
    background-image: url('../assets/backg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-shadow: 0 0 5px #00FF00, 0 0 10px #00FF00;

}

.div2 {
  display: flex;
  justify-content: center;
  gap: 15px;  
  text-align: center;
  padding: 3%;
  margin-top: 2%;
  margin-left: 20%;
  margin-right: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

}

input:hover{
    cursor: crosshair;

}



button{
    background-color: white;
    color: black;
    box-shadow: 0 0 5px #00FF00, 0 0 10px #00FF00;
}

button:hover{
    color: #00FF00;
    font-size: 80%;
}

input {
  height: 2em;
}



