body {
    background-color: #ffbdf1;
    text-align: center;
    padding: auto;
    margin: auto;
}
h1 {
    font-size: 50px;
    font-family: georgia, serif;
    color: black;
}
.meu-botao {
  width: 200px;  
  height: 50px;  
  font-size: 16px;
  background-color: blueviolet;
  color: beige;
}

.gallery {
  display: grid;
  border-radius: 8px;
}

.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  text-align: center;
}
.galeria {
    display: flex;
    gap: 10px; 
}

.galeria img {
    max-width: 100%; 
    width: 300px; 
    height: 100px;
}