body {
background:url(bg-desktop.webp');
font-family: Bai Jamjuree;
}

#container {
display:flex;
}

.cartao {
margin: 1rem 1rem;
background-color: rgb(225, 156, 238);
height: 20rem;
flex-grow: 1;
flex-basis: calc(33% -6rem);
}

.cartao__conteudo {
text-align: center;
height: 100%;
}

.cartao__conteudo h3 {
background-color: rgb(255, 71, 151);
text-align: left;
padding: 0.5rem;
position: adsolute;
margin: 0.6;
border-radius: -0.6;
font-size: 1w;
}

footer {
background-color: black;
color: white;
bottom:0;
position:fixed;
width:100%;
height:2rem;
}
footer p{
text-align: center;
font-size: 0.6rem;
margin-top: 0,5rem;
}