body {
    font-family: "M PLUS 1", sans-serif;
    color: white;
}

header nav {
    background-color: #0093D0;
}

.row {
    align-items: center;
}

.lista-premios {
    background-color: white;
    border-radius: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid #A1B6BE 3px;
}


button a {
    text-decoration: none;
    color: #0093D0;
}

.bases-legales a {
    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    color: white;
}

form {
    background-color: white;
    border-radius: 16px;
    color: black;
}

.boton-comprar {
    background-color: #0093D0;
    border-radius: 8px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid #00618A 4px;
    letter-spacing: 0.1rem;
}

footer {
    background-color: rgb(32, 32, 32);
}
