body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h1 {
  font-size: 250px;
  font-weight: 200;
  margin: -50px;
}

p {
  font-size: 25px;
  margin: 5px;
}

a {
  font-size: 20px;
}