body {
  background: linear-gradient(135deg, #075559, #1ad496);
  font-family: "Segoe UI", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 40px;
}

.container {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  max-width: 600px;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

p {
  font-size: 20px;
  font-weight: 400;
  color: #e8e8e8;
  line-height: 1.6;
  margin-bottom: 16px;
}/*# sourceMappingURL=style.css.map */