.container{
    background-color: black;
    display: flex;
    width: 100vw;
    justify-content: space-around;
    height: 700px;
    padding-top: 100px;
}

.card{
    background-color: #B4A5C2;
    width: 300px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div-image{
    width: 100%;
    height: 60%;
}

.div-image img{
    width: 100%;
    height: auto;
    background-color: #a058e4;
}

.botao-compre{
    margin-left: 50px;
    margin-bottom: 60px;
    text-decoration: none;
    background-color: #a058e4;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 5px;
    color: #4f0497;
}


