h1 {
  text-align: center;
  color: #efb11f;
}
hr {
  border: 1px solid #efb11f;
}

#links,
a {
  display: flex;
  justify-content: center;
  gap: 50px;
  color: #efb11f;
  text-decoration: none;
  padding-top: 15px;
}
body {
  background-color: #743007;
}
figcaption {
  color: #efb11f;
}
html,
body,
main {
  height: 100%;
}
#noticias {
  display: flex;
  height: 100%;
  justify-content: space-around;
  padding-top: 150px;
}
h2 {
  color: #efb11f;
  text-align: center;
  padding-top: 50px;
}
img {
  width: 50px;
  height: 50px;
}

.novidade {
  width: 350px;
  height: 350px;
}

#rodape {
  display: flex;
  justify-content: center;
  gap: 50px;
}
footer {
  background-color: #704428;
  padding-top: 100px;
}
p {
  color: #efb11f;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 70px;
}
