/* Reseteo básico para quitar márgenes por defecto */
- {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
/* Un fondo degradado oscuro y moderno */
background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
color: #ffffff;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.container {
background: rgba(255, 255, 255, 0.05); /* Fondo semitransparente /
padding: 3rem;
border-radius: 20px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
backdrop-filter: blur( 4px ); / Efecto de vidrio esmerilado */
border: 1px solid rgba(255, 255, 255, 0.1);
max-width: 90%;
width: 500px;
}
.logo {
width: 150px;
height: auto;
border-radius: 50%; /* Hace la imagen redonda */
border: 3px solid #e94560;
margin-bottom: 2rem;
}
h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
color: #e94560; /* Un color de acento fuerte */
text-transform: uppercase;
letter-spacing: 2px;
}
.tagline {
font-size: 1.2rem;
margin-bottom: 2rem;
color: #aeb6bf;
}
.status-box {
background-color: #e94560;
color: white;
padding: 1rem 2rem;
border-radius: 50px;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
}
footer {
margin-top: 3rem;
font-size: 0.8rem;
color: #7f8c8d;
}
/* Reseteo básico para quitar márgenes por defecto */
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
/* Un fondo degradado oscuro y moderno */
background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
color: #ffffff;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.container {
background: rgba(255, 255, 255, 0.05); /* Fondo semitransparente /
padding: 3rem;
border-radius: 20px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
backdrop-filter: blur( 4px ); / Efecto de vidrio esmerilado */
border: 1px solid rgba(255, 255, 255, 0.1);
max-width: 90%;
width: 500px;
}
.logo {
width: 150px;
height: auto;
border-radius: 50%; /* Hace la imagen redonda */
border: 3px solid #e94560;
margin-bottom: 2rem;
}
h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
color: #e94560; /* Un color de acento fuerte */
text-transform: uppercase;
letter-spacing: 2px;
}
.tagline {
font-size: 1.2rem;
margin-bottom: 2rem;
color: #aeb6bf;
}
.status-box {
background-color: #e94560;
color: white;
padding: 1rem 2rem;
border-radius: 50px;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
}
footer {
margin-top: 3rem;
font-size: 0.8rem;
color: #7f8c8d;
}