h1 {
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 8em;
  text-align: center;
  text-transform: uppercase;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background-color: #cd5c5c;
}
