body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  hover
}

a:hover {
  color: #A9A9A9;
}

p1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10vw;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}

p2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
