body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #e0f7fa 0%, #a5d6a7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

.container {
  background: rgba(255,255,255,0.95);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 48px 32px;
  text-align: center;
  max-width: 520px;
}

.logo {
  width: 500px;
  max-width: 98vw;
  margin-bottom: 20px;
}

h1 {
  color: #388e3c;
  font-size: 2.2rem;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.mensaje {
  color: #333;
  font-size: 1.15rem;
  margin-bottom: 0;
}
