body {
    
    text-align: center;
    font-size: 16px;
    font-family: Courier;
    background-color: #b01c1d;
    background-image: url("fondo2.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    color: whitesmoke;
    padding-top: 100px;
    font-weight:bold;

}

.boton {
    
    color: #C1C1C1;
    background-color: #b01c1d;
    font-family: Courier;
    font-size: 15px;
    border-width:thick;
    border-color: white;
    border-radius: 12px;
    font-weight:bold;
}

.entr{
    color: #C1C1C1;
    background-color: #b01c1d;
    font-family: Courier;
    font-size: 15px;
    border-width:thick;
    border-color: white;
    font-weight:bold;
    text-align: center;
}

.respu {
    font-family: Courier;
    font-size: 15px;
    color: aqua;
    text-align: center;
    font-weight:bold;
   
}