
body{
     
    text-align: center;

    color:black;
}


a{
    color: gold;
    font-size: 30px;
}


  #este:hover{
    text-decoration:underline;
    text-decoration-color: red;
    font-size: 30px;
    background: red;
}
h1{
    color:saddlebrown;
    padding: 25px;
    font-size:;
    text-align: center;
        }
input{
    color:red;
}
#b1{
     background: black;
    color: white;
    padding: 15px;
}
#b2{
    font-size: 15px;
    background: black;
    color: red;
    padding: 15px;
    }
#c{
    color: black;
}

label{
    color:yellow;
    
}

button{
    background: black;
    color: yellow;
width: 85PX;
    height: 65PX;
}
div{
    text-align: center;
    align-content: center;
}
#x{
    text-align: center;
    display:flex;
    justify-content: center;
    
}