body {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background-color: #FFFCE0;
    font-family: monospace;
}
a {
   color: rgb(20,0,20);
}
div {
  //position: absolute;
  //margin: 5vh;
  color: rgb(20,0,20);
  //display: box;
}
div > a {
  list-style-type: "";
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 5vh;
  top: calc(50% - 2.5vh);
  color: rgb(20,0,20);
}
