body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #deedf8;
  color: #333;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h1 {
  color: #08a2d3;
}

p {
  color: #555;
}