* {
    margin: 0;
    background-color: rgb(239 227 203);
}

header {
    width: 100%;
    height: 20vh;
}

#barra {
    width: 100%;
    height: 65vh;
    margin-top: 7%;
    background-color: #d61e0f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}




#multi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

#multi h1 {
    font-family: "Baloo Paaji 2", sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: black;
}

.icon {
    display: flex;
    justify-content: end;
    margin-right: 400px;
    gap: 30px;
    margin-top: -50px;
}

header {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pj {
    justify-content: center;
    border-radius: 2%;
}

#png {
    margin-left: 40px;
    border-radius: 2%;
}
.txtpuma{
    display: flex;
 
    width: 15%;
    height: 5vh;
    background-color: #d61e0f;
    gap: -50px;
}
.txtpuma p{
    background-color: #d61e0f;
    font-family: "Baloo Paaji 2", sans-serif;
    font-size: 30px;
    margin-top: -200px;
}

.carrinho p {
    background-color: #000000;
    color: white;
    display: flex;
    font-family: "Baloo Paaji 2", sans-serif;
    font-size: 20px;
    height: 60px;
    width: 300px;
    justify-content: center;
    align-items: center;
    margin-left: -30px;
}