
/*TITLE*/
h2{        /* NOOOOO SE RESPETA LAS CLASE TITLE*/
    margin-top: -20px;
    color: rgb(255, 255, 255);
    font-size: 20px;
} 


.class_popup{       /* SE RESPETA LAS CLASE POPUP LOS BORDES*/
    border: 2px solid rgb(79, 79, 238);
    box-shadow: 0px 0px 10px rgb(79, 79, 238);
}


.class_buttonConfirm{
    margin-top: 10px;
    width: 180px;   /*SE RESPETA LAS CLASE DE LA BOTON*/
    padding: 6px;
    border: 1px solid white;
    border-radius: 10px;
    border: none;
    background: rgb(12, 20, 59);
    color: rgb(235, 235, 93);
    border: 2px solid rgb(235, 235, 93);
    cursor: pointer;
}
.class_buttonConfirm:hover{
    background: rgb(235, 235, 93);
    color: rgb(12, 20, 59);
}


/*FOOTER*/
h3{         /*SE RESPETA LAS CLASE DE LA BOTON*/
    color: rgba(216, 216, 216, 0.872);
    font-size: 15px;
}