body {
    background-image: url("fondo.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* This will scale both dimensions and overflow in both directions */
    background-position: center center;
    /* This will center the background */

    height: 100vh;
    /* width: 100vw; */
}

header {
    margin: 40% 0 auto auto;
}

.titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.titulo-xxs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.whitespace {
    height: 7rem;
}

.fecha {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    /* Updated height */
    margin: 0 10%;
    margin-left: auto;
    margin-right: auto;
}

.hora {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    /* Updated height */
    margin: 0 10%;
    margin-left: auto;
    margin-right: auto;
}

.ubicacion {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    margin: 1% 1%;
}

.vestimenta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.75rem;
    /* Updated height */
    margin: 0 10%;
    margin: auto;
}

.asistencia {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 20rem;
}

.resaltador {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: fit-content;
    width: fit-content;
    margin: 2% auto;
    text-align: center;
}

.verde {
    background-color: #2f4842;
}

.rosa {
    background-color: #ffb4c6;
}