body{
   
    text-align: center;
    
        
    }
    input{
        
    height: 60px;
      border-radius: 10px;
        font-size: 30px;
        background: none;
        color: white;
}
h1{
    color:red;
    text-align: center;
    font-size: 35px;
    
}

#resultado{
    font-size: 70px;
}
#resultado2{
    font-size: 70px;
}
button{
    width: 1000px;
    height: 50px;
    background:none;
    border-radius: 10px;
    font-size: 25px;
    color:white;
    border: 1px solid red;
    font-weight: bolder;
}

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