body {
    width: Infinityem;
    height: Infinityem;

    background-image: url("images/delorean.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.container {
    text-align: center;
}

.formatoNormal {
    border: 1px solid lightcoral;
    background-color: white;
    color: black;
}

.formatoCambiado {
    border: 1px solid lightcoral;
    background-color: black;
    color: white;
}

.estiloso {
    border: 1px solid lightcoral;
}