body {
  background-color: #2e1418;
  max-width: 1024px;
  margin: auto;
}

h1 {
  color: white;
}

h2 {
  color: white;
}

p {
  color: white;
}

a {
  text-decoration: none;
}

a:link {
  color: #0f0;
}

a:hover {
  color: black;
  background-color: #0f0;
}

.bivalvos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

img {
  max-width: 33%;
}

footer {
  background-color: black;
  border-style: solid;
  border-width: 1px;
  border-color: #0f0;
}

footer p {
  text-align: center;
}

.linksFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}