main {
    color: #ffffff;
}

/* --- Bloque superior --- */
.toptext {
    align-items: center;
    padding-right: 15%;
}

.toptext a {
    margin-top: 3%;
}

.toptext h1 {
    margin-bottom: 5px;
}

.toptext h2 {
    margin-top: 0px;
}

/* --- Actualizacion --- */
.update {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 18px;
    margin: 15px 0 25px 0;
    font-size: 0.85rem;
    max-width: fit-content;
}

.update-titulo {
    font-weight: 700;
    color: #20d6ff;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.update-descripcion {
    color: #e2e8f0;
}

/* --- Bloque de descripciones --- */
.descripciones h2 {
    padding: 5px;
    margin-bottom: 20px;
}

.descripciones h3 {
    margin-bottom: 1px;
    color: #41b2b0;
}

.descripciones li {
    color: #dddcdc;
    margin: 20px;
    padding: 1px;
    padding-left: 15px;
    padding-right: 5%;
    list-style: none;
    background-color: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
}