body {
  background-image:url(/fundos/flor.png);
  font-family: "Segoe UI";
  margin: 0;
}
main {
  max-width: 60%;
  margin: 0px auto;
  background: #ddf7d5;
  padding: 1%;
  border-radius: 8px;
  text-align: center;
}
h1 {
  color: #04AA6D;
  margin-top: 0;
}
main > ul {
  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;
}