.body{
    background-color: rgb(254, 254, 254);
    font-family: 'Times New Roman', Times, serif;
}
.title {
    text-align: center;
    color: #1a3926;
    font-family: Garamond;
    font-size:larger
}
.header{
        background-color: #1f834584;
        color: rgb(248, 243, 243);
        padding: 5px 0px;
        text-align: center;
        min-height: 90px;
}
.produto button{
    align-items: self-end;
    color: #0c5a2a84;
    background-color:#1f8345aa;
    border: 0px;
    color: #007bff;
}
.produto button:hover{
    background-color: #1f8345;
}
.produto button:hover {
    background-color: #1f8345;
}
.descrição .carrinho{
    color: #1a3926;
    align-items: center;
    align-content: center;
}
.subtitle {
    text-align: center;
    margin-top: 20px;
}

.subtitle button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px; 
}

.subtitle button:hover {
    background-color: #1f8345;
}

.subtitle .subtitle2 {
    background-color: #1f8345aa;
    font-family: 'Times New Roman', Times, serif;
    color: #1a3926;

}

.subtitle .subtitle3 {
    background-color: #1f8345aa; 
    font-family: 'Times New Roman', Times, serif;
    color: #1a3926;
}

.subtitle .subtitle4 {
    background-color: #1f8345aa;
    font-family: 'Times New Roman', Times, serif;
    color: #1a3926;
}
.subtitle .subtitle5 {
    background-color: #1f8345aa; 
    font-family: 'Times New Roman', Times, serif;
    color: #1a3926;
}
.container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;

}
.produto {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.imagemdoproduto{
    width: auto;
    height: 200px;
    
}

.descrição {
    padding: 10px 0;
}

.descrição h2 {
    font-size: 1em;
    margin: 0 0 10px;
}
.descrição p {
    margin: 0 0 10px;
    font-size: 0.9em;
}

.preço {
    font-size: 1em;
    color: #04b13e;
}