* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #40e0d0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  text-align: center;
  padding: 1rem;
}

h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 12vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  word-break: break-word;
}
