body{
    background: linear-gradient(to right, #F86D61, #F4D78F); /* Gradiente como fundo */
}

.painel{
    margin: auto;
    margin-top: 86px;
    background-color: #ffffff;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    text-align: center;
    padding-top: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#sim{
    height: 40px;
    width: 60px;
    background-color: rgb(72, 255, 0);
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    margin-left: -50px;
}
#nao{
    position: absolute;
    height: 40px;
    width: 60px;
    background-color: red;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    margin-left: 10px;
}

img{
    max-width: 100%; 
    max-height: 200px; 
    height: auto; 
    margin: 0 auto; 
    display: block; 
}
