body{
    background-image: url(imagens/Fundo\ siite\ 2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

header nav{
    background-color: #b61c1c;
    font-size: 35px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border: solid #44acdb 7px;
    border-radius: 35px;
}

header nav a{
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

#Imagembooster{
    display: flex;
    flex-direction: row;
    margin-left: 55px;
    margin-top: 65px;
}


#menudecompra{
    color: #fff;
    background-color: #b61c1c;
    border: #44acdb solid 10px;
    border-radius: 25px;
    margin-left: 350px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    height: 371px;
}

#botao{
    font-size: 25px;
    border-radius: 25px;
    transition: 150ms ease-in-out;
}

#botao:hover{
    background-color: #f1c447;
}

#item{
    border: #000 solid 10px;
    border-radius: 35px;
}

#Texto-do-produto{
    color: #fff;
    font-size: 25px;
    background-color: #b61c1c;
    border: solid #44acdb 5px;
    border-radius: 25px;
    float: left;
width: 380px;
font-size: 25px;

}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}