body {
    font-family: Arial, sans-serif;
}
.header{
    display: flex;
    background-color: #3A2922;
    height: auto;
    justify-content: center;
    align-items: center;
}

.header img{
    width: 15%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header h1{
    display: flex;
    align-items: start;
    padding: 20px;
    
}

.header button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    width: 13%;
    height: 50px;
    border-radius: 25px;
}

.product {
    display: flex;

    justify-content: center;
    margin: 40px;
    padding: 10px;
}

.product h1{
    color: #3A2922;
}

.proprietario{
    font-size: 10px;
    background-color:#3A2922;
    color: #C28B74;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    margin-top: 50px;
}
.proprietario2{
    font-size: 10px;
    background-color:#3A2922;
    color: #C28B74;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 130px;
}

.contact {
    display: flex;
    justify-content: center;
    text-align: center;

    padding: 20px;
    background-color: #3A2922;
    color: #fff;
}

.contato img{
    justify-content: center;
    align-items: center;
}

footer{
    background-color: #3A2922;
    color: white;
    display: flex;
    justify-content: center;
}



@media screen and (max-width: 425px) {
    .header button{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 40%;
       
        width: 70%;
        height: 30px;
        border-radius: 25px;
    }
    .header img{
        width: 15%;
        height: 40px;
        display: flex;
        margin-left: 10px;
        justify-content: center;
        align-items: center;
    }
    
    .product h1{
        color: #3A2922;
        font-size: 25px;
    }
    
    .ajReponsive{
        margin-top: 20px;
    }
    
    .proprietario h1 {
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .proprietario2 h1{
        font-size: 28px;
        display: flex;
        justify-content: center;
    }
  }
