 html { 
   background-color: black;
   font-size: 50px;
   font-family: verdana;
 }

#welcome {
 display: flex;
 margin:auto;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 600px;
}

#eschaton {
  height: 400px;
  width: 400px;
}