* {
  box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: 'Times New Roman', Times, serif;
}
.container {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container h1 {
  font-size: 5em;
  text-align: center;
  margin-bottom: 0;
}
.container p {
  font-size: 1.3em;
  text-align: center;
}
