body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  margin: 0;
  background: #EC87C0;
  color: white;
  font-size: 25vw;
  font-family: 'Fredoka One', cursive;
}
body .error {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body .error .small {
  font-size: 10vmin;
  margin-top: -5vmin;
}
