.body {
    background-color:#f6f2d5;
}

.titulo {
  text-align: center;
  color: #90D437;
  font-size: 70px;
  font-family: 'Jaro', sans-serif;
}

.noticia {
    margin-top: 80px;
    margin-bottom: 100px;
}

.titulo-noticia {
  text-align: center;
  color: #90D437;
  font-size: 45px;
  font-family: 'Jaro', sans-serif;
}

.img-1 {
  height: 250px;
  width: auto;
  max-width: 400px;
  object-fit: cover;
  border-radius: 8px;;
}

.img-2 {
  height: 250px;
  width: auto;
  max-width: 400px;
  object-fit: cover;
  border-radius: 8px;;
}

.img-3 {
  height: 290px;
  width: auto;
  max-width: 400px;
  object-fit: cover;
  border-radius: 8px;;
}

.img-4 {
  height: 250px;
  width: auto;
  max-width: 400px;
  object-fit: cover;
  border-radius: 8px;;
}

.resumo-noticia {
  text-align: left;
  max-width: 750px;
  height: auto;
  background-color: #cccccc;
  overflow: auto;
  word-wrap: break-word;
  white-space: normal;
  padding: 10px; 
  border-radius: 8px;
}

.p {
  font-size: 18px;
}

details {
  margin-top: 10px;
  font-size: 18px;  
}

summary {
  cursor: pointer;
  font-size: 15px;
  color: #2d8930;
  font-family: 'jaro', sans-serif;
}
