/* estilize, se vire mermao */
body {
    font-family: sans-serif;
    background-color: rgb(87, 1, 87);
}

.menu {
  width: 80%;
  max-width: 1000px;
  background-color: rgb(170, 121, 170);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

h1 {
  font-size: 40px;
  text-align: center;
  font-family: impact, serif;
  margin-top: -10px;

}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}

figcaption {
  text-align: center;
}

hr {
  height: 2px; 
  background-color: rgb(57, 4, 56);
  border-color: rgb(57, 4, 56);
  margin-bottom: 20px;
}

h2 {
  font-size: 25px;
  font-family: sans-serif;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 5px;

}

h4 {
  font-family: sans-serif;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.list li {
  margin-left: -20px;
}

h3 {
  text-align: center;
}

form fieldset {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #19011c;
  border-radius: 5px;
}

a {
  color: rgb(109, 12, 183);
}

a:visited {
  color: rgb(0, 0, 0);
}

a:hover {
  color: pink;
}

a:active {
  color: rgb(82, 2, 7); 
}

.credits {
  margin-top: 40px;
  text-align: center;
}