body {
  background-image:url(/fundos/blobz.gif);
  font-family: "Segoe UI";
  margin: 0px;
}

main {
  max-width: 60%;
  margin: 0px auto;
  background: #72a83e;
  padding: 1%;
  border-radius: 8px;
  text-align: center; 
}

h1 {
  font-size: 55px;
  color: black;
  margin-top: 0;
}

main > ul {
  font-size: x-large;
  color: #04AA6D;
  list-style-type: none;
  text-align: left;
  justify-content: left;
  text-decoration: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-size: 30px;
  color: black;
}

p {
  font-size: 20px;
}