body{
  background-color: black ;
  position: relative;
  
}
.button-container{
  position: absolute;
  top: 190%;
  left: 30%;
  transform: translate(-50%, -50%);
}
h2{
  text-align: center;
  font-size: 280%;
  color: white;
} p{
  font-size: 150%;
  color: white;
  text-align: center;
}
