h1{
    text-align:center
}
h3{
    text-align:center
}
p{
    text-align:center
}
button{
    display:flex;
    justify-content: center;
    margin: 0 auto;
    width:200px; height:60px; font-size:20px;
    color: black;
    background-color: cornflowerblue;
    text-align: center;
}
table, th, td{
    border: 5px solid black;
    border-coollapse: collapse;
}
img{
    width: 200px;
    height: 200px;
}
table{
width:60%;
margin: 0 auto;
border-collapse: collapse
}
.galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.galeria img{
    max-width: 100%
    height: auto;
}
body{
    background-image: url(../img/legumes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tabela{
    background-color: cornflowerblue;
}
.mapa{
    display: block;
    margin: 0 auto;
}
.bloco{
    display:flex;
    margin: auto;
    justify-content: space-around;
    margin-top: 20px;
    text-align: center;
    width: 30%;
    background: cornflowerblue;
    padding: 10px;
    border-radius: 10px;
}
.header{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.header img{
    height: 80px;
    width: 80px;

}
.bloco2{
    text-align: center;
    display:flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-around;
    margin-top: 20px;
    width: 30%;
    background: cornflowerblue;
    padding: 10px;
    border-radius: 10px;
}