body {
    background-color: white;
    font-family: Bai Jamjuree;
}

#container {
    display: flex;
}

.cartao {
    margin: 1rem 1rem;
    background-color: lawngreen;
    height: 20rem;
    flex-grow: 1;
}

footer {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2rem;
}

footer {
    text-align: center;
    font-size: 0.6rem;
    margin-top: 0.5rem;
}