body {
  margin: 0;
  font-family: 'Segoe UI', Roboto, sans-serif;
  background: radial-gradient(circle at top, #e3e7eb, #c7ccd1);
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

h1 {
  font-size: 2.4rem;
  margin: 0.5rem 0;
  color: #007b83;
  letter-spacing: 0.03em;
}

a,
a:visited,
a:active {
  color: #007b83;
  text-decoration: none;
}

a:hover {
  color: #005056;
  text-decoration: none;
}

p {
  max-width: 340px;
  font-size: 1.1rem;
  margin: 0.5rem 0 2rem;
  line-height: 1.5;
}

footer {
  position: fixed;
  bottom: 1rem;
  font-size: 0.8rem;
  color: #666;
}

.logo {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}

.badge {
  background-color: #007b83;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0, 123, 131, 0.3);
}

.text-left {
  text-align: left;
}
