html, body {
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

div {
    transform: translateY(-80%);
    text-align: center;
}

h1 {
    margin: 0;
    font-size: 38px;
}

p {
    margin: 0 0 5px 0;
    font-size: 20px;
}

a {
  color: black;
  font-size: 18px;
}

