body {
  font-family: Arial, sans-serif;
  margin: 0;
}

header {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}


main {
  padding: 20px;
}


.foto-central {
  text-align: center;
}

.foto-central img {
  max-width: 100%;
}

.fotos-central h3 {
  text-align: center;
}

.fotos-menores {
  margin-top: 20px;
}


.fotos-menores h2 {
  text-align: center;
}





.fotos-menores ul {
  list-style: none;
  padding: 0;
}

.fotos-menores li {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.fotos-menores li img {
  max-width: 100%;
}

.fotos-menores li h3 {
  margin-top: 10px;
}

.fotos-menores li a {
  text-decoration: none;
  color: #333;
}

.fotos-menores li .caixa-texto {
  margin-top: 10px;
}

.fotos-menores li .caixa-texto textarea {
  width: 100%;
  resize: none;
}

.fotos-menores li .caixa-texto button {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


