body {
  background-color: lightgrey;
}

h1 {
  color: grey;
  text-align: center;
  font-family: sans-serif;
    font-size: 5em;
}
p {
    font-size: 2.5em;
}

.title {
    display: flex;
        flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
}