body {
  background-image:url('/fundos/pinetree.png');
  font-family: 'Segoe UI';
  margin: 0px;
}

main {
  max-width: 60%;
  margin: 0px auto;
  background-color: #f0fcad;
  color: rgb(0, 94, 5);
  padding: 1%;
  border-radius: 8px;
  text-align: center;
}

main > div {
  justify-items: left;
}

h1 {
  font-size: 55px;
  margin-top: 0;
}

p {
  font-size: 20px;
}

h2 {
  font-size: 40px;
}

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;
}
