body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: #C63437;
}

.btnJugar {
    background-color: #B3D55D;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    width: 150px;
    font-size: 1.5rem;
}

.section-image-personaje img {
    width: 450px;
}

@media (max-width: 768px) {
    .btnJugar {
        width: 100px;
        font-size: 1rem;
    }

    .section-image-personaje {
        padding: 0 !important;

    }

    .section-image-personaje img {
        width: 330px;
    }

    .section-form {
        padding: 25px 25px 0px 25px !important;
    }
}


.bg-section1 {
    background-color: #DC3235;
    color: white;
}

.bg-section2 {
    background-color: #0F63AC;
    color: white;
}