
body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #000000;
    background-image: url('../images/background_logo.png');
    background-size: 200px;
    background-position: right top;
    background-repeat: no-repeat;
    color: #f5f5f5;
}

h1 {
    color: #d4af37;
    margin-top: 1.5em;
}

.bienvenida p,
.contacto p {
    font-size: 1.2em;
    color: #07d5e3;
}

.secciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding: 2em;
}

.seccion {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 1em;
    width: 200px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    color: #000;
}

.seccion img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0.5em;
}

.boton {
    display: inline-block;
    background-color: #d4af37;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75em 1.5em;
    border-radius: 4px;
    margin: 1em;
}

.boton:hover {
    background-color: #bfa233;
    color: #fff;
}
