*{
    padding: 0;
    margin: 0;
}



.all{
    width:100vw;
    height: 100vh;
    background-image: url(./imgs/Cadelas_SAfadas.png);
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
}

.mid{
    height: 100%;
    width: 20%;
}

.left, .right{
    height: 100%;
    width: 40%;
}

.mid-top{
    height:30%;
    width: 100%;
}

.mid-mid{
    height: 20%;
    width: 100%;
    background-color:rgb(194, 194, 194);
    border-radius:10px;
}

.mid-mid button {
    margin-top: 15%;
    margin-left: 20%;
    margin-right: 20%;
    width:60%;
    height: 30%;
    background-color: red;
    color:greenyellow;
    border-radius: 10px;
    border: none;
}

.mid-bot{
    width:100%;
    height:50%;
}