body {
    background-color: #002f4f !important;
}

.img-logo {
    margin-top: 15px;
    margin-bottom: 30px;
}

.contenido-principal {
    font-family: 'Red Hat Display';
    margin-top: 10px;
    background-color: #dee0e3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.elemento-lista {
    color: white;
    text-align:left;
    list-style-type: none;
    display: inline-block;
}

.contenido-disco {
    font-family: 'Red Hat Display';
    margin-top: 2%;
    color: white;
}

ol {
    padding-left: 0;
    font-size: 18px;
}

li::before {
    margin-right: 10px;
}

.titulo-disco {
    font-weight: bold;
    font-size: 22px;
}

.titulo-descarga-disco {
    color: #444444;
    font-weight: bolder;
    font-size: 60px;
    margin-bottom: 0;
    margin-inline-start: -3px;
}

.artista-descarga-disco {
    color: #444444;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
}

.codigo-descarga-disco {
    font-size: 20px;
    color: #828282;
}

.opciones-descarga {
    font-family: 'Red Hat Display';
    font-size: 16px;
    color: #828282 !important;
    margin: 10px 0 0 !important;
}

.boton-descarga {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.leyenda-disco {
    font-weight: normal;
    font-size: 18px;
}