/* Estilos generales */
body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: 'Futura', 'Montserrat', sans-serif;
    color: #d4af37;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.logo {
    width: 160px;
    margin-bottom: 25px;
}

h1 {
    font-size: 36px;   /* Achicado respecto al original */
    letter-spacing: 4px;
    font-weight: 700;
}
