#cabecera{
    background: white;
    text-align: center;
}
#resultado{
    background: white;
    text-align: center;
}
#input{
    background: #000000;
    border-radius: 20px;
    padding : 25px;
    display : flex;
    justify-content: center;
}
#valor1{
    width : 50%;
}
#valor2{
    width : 50%;
}
#botones{
    background: #000000;
    border-radius: 50px;
    padding : 15px;
    display : flex;
    justify-content: center;
}
#boton{
    width: 200px;
}
body{
    background: gray;
}