body{
    background: black;
    text-align: center;
}
a{
    color: gold;
    font-size: 50px;
}
input{
    height: 50px;
    border-radius: 10px;    
}
#titulo{
    color:red;
}
h1{
    color:chartreuse;
    font-size: 50px;    
}
#resultado2{
    font-size: 50px;
    color: chartreuse;
}
#escribe{
    font-size: 50px;
    color:lightskyblue;
}
button{
    width: 200px;
    height: 40px;
    border-radius: 50px;
    font-size: 30px;
    color: azure;
    border: 1px solid azure;
    border-radius: 15px;
    background: none;
}
#bot{
    color:blue;
    font-size: 50px;
}
#valor1{
    background: none;
    color:lightsalmon;
    font-size: 40px;
    border: 1px solid lightsalmon;
    text-align: center;
}
#valor2{
    background: none;
    color:lightsalmon;
    font-size: 40px;
    border: 1px solid lightsalmon;
    text-align: center;
}