body {
  background-image:url('starsforever.gif');
  background-size:auto;
  background-color: black;
  color: white;
  font-family: Verdana;
}

header {
  width:1000px;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 20px auto;
}

.mainbox {
  padding: 10px;
  color: black;
  margin: 10px auto;
  width: 900px;
  background: #e6e6e6;  
  border-style:groove;
  border-color:#001a9c;
  border-width:5px;
  text-align: center;
}

.box {
  padding: 10px;
  color: black;
  margin: 10px auto;
  width: 800px;
  background: #edfdff;  
  border-style:groove;
  border-color:#22d9f0;
  border-width:5px;
  text-align: left;
}


.lexend-test {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}