body {
  position: absolute;
  top: 30%;
  width: 100%;
  margin: 0;
}

h1 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-size: 70px;
}

p {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

a {
  color: black;
  text-decoration: none;
}