body{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.pai{
    width: 100%;
    height: 100%;
    background-color: #F3F4F6;
}

.conteudo{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.carrinho{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 10px;
    background-color: white;
    border-bottom: 3px solid #FFB727;
    height: 44px;
    border-radius: 10px;
    margin-top: 10px;
}