@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

*{  
    padding: 0;
    margin: 0;
}
body{
    width: 100%;
    height: 100vh;
    background: linear-gradient(#e66465, #9198e5) no-repeat;
}
.painel{display: flex;
    flex-direction: column;
    height:fit-content;
    font-family: 'Lobster', sans-serif;
    text-align: center;
    border: solid 5px red;
    padding: 10px;
}
h5{
    font-size: 40px;
}
.gif{
    width: 300px;
    height: 200px;
}
.sim{
    margin-left: -50px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    width: 70px;
    height: 50px;
    background-color: rgb(232, 141, 141);
    font-weight: bolder;
    font-size: 25px;
}
.nao{

    position: absolute;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    width: 70px;
    height: 50px;
    background-color: brown;
    font-weight: bolder;
    font-size: 25px;
}
