body {
    background-color: black;
    color: white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    font-size: 1em;
}
h1{
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 20%
}
h2{
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%
}
.button1{
  border: none;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(220, 75, 5, 0.85);
  border-radius: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 1em;
}
.button2{
  border: none;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(220, 75, 5, 0.85);
  border-radius: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 1em;
}
.button3{
  border: none;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(220, 75, 5, 0.85);
  border-radius: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 1em;
}

.button4{
  border: none;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(220, 75, 5, 0.85);
  border-radius: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 70%;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 1em;
}

.button5{
  border: none;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(220, 75, 5, 0.85);
  border-radius: 30px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 1em;
}