

h1{
    color: red;
}
body{
    text-align: center;
    color:yellow;
    font-size: 25px;
    text-decoration:underline ;
list-style-type:circle; 
}




#este{
    color: red;
    font-size: 30px;
}







 a:hover{
    text-decoration:underline;
    text-decoration-color: red;
    font-size: 30px;
    background: yellow;
     color:black;
}