
body, html{
    font-family: 'Times New Roman', Times, serif;
    height: 130%;
    width: 100vw;
    display: center;
    justify-content: center;
    align-items: center;
    background: url(imagen\ 1.jpg) center center;
    background-size: cover;
}
.contenedor{
    text-align: center;
    padding: 30px;
    background-color: #faf8ec;
    border-radius: 10px;
    box-shadow: 0 4px 8px  rgba(0, 0, 0, 0.1);
}
.boton-redireccion{
    background-color:  #FD5E4B;
    color: white;
padding: 10px 20px;
display: inline-block;
margin-top: 20px;
border-radius: 5px;
text-decoration: none;
}
.boton-redireccion:hover{
    background-color:  #f7afa9;
}
a{
    background-color: #0acff627;
    color: black;
    text-align: calc(5);
    padding: 15px 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 10px  rgba(0, 0, 0, 10.1);
}
a:hover{
    background-color: #79e4ffe0;

}
h1, h2{
    text-align: center;
    padding: 20px;
    background-color: #3bca4054;
    border-radius: 10px;
    box-shadow: 0 4px 8px  rgba(0, 0, 0, 0.1);
}
.button1{
    font-size: 15px;
    width: 160px;
    height: 100px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    z-index: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    border: 2px solid #990000;
    color: #990000;}
.button1:hover{
color: #fff;}
.button1:hover::after{
    height: 100%;}
    .button1:after{
        content: "";
        position: absolute;
        z-index: -1;
        transition: all 0.3s ease;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: #990000;} 
        .auto-style1{
            text-align: center;}
            p{
                text-align: center;
                padding: 20px;
                background-color: #efff0954;
                border-radius: 10px;
                box-shadow: 0 4px 8px  rgba(0, 0, 0, 0.1);
            }   
            


    
    


      



