#sin-img{
    display : flex;
     padding : 15px;
    border-radius: 20px;
    background: #cfd6d0;
}

#sint{
    width: 80%
}

#imag{
    width: 40%
}

body{
    background-color: #CC99FF;
}

#datos,#datos2{
    border-radius: 20px;
    background: #cfd6d0;
    padding :s 15px;
}

#buttons{
     display: grid;
    justify-content: center;
}

button{
    font-size: 25px;
    color:black;
    background-color: #cfd6d0;
    border: 2px black solid;
    border-radius: 20px;
}


button:hover{
    font-size: 25px;
    color:yellow;
    background-color: red;
    border: 2px black dotted;
    border-radius: 20px;
}