h1 {
  text-transform: uppercase;
  text-align: center;
}
body {
  padding: 4px;
  background-color: #edf2f4;
  color: #111a2f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
p {
  max-width: 1000px;
  text-align: center;
}
