.ae {
  text-align: center;

}

body {
  background-color: #f1e8d6;
  margin: 0;
  padding: 0;
}

.logo {
  width: 70px;
  height: 70px;
  margin-right: 10px;


}

.lado {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

header {
  background-color: #1b7439;
  color: white;
  padding: 20px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: larger;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}


nav ul li a {
  color: white;
  text-decoration: none;
}



.textoTrigo{
  padding: 20px;
  margin: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: larger;
}

.section {
  padding: 20px;
  margin: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.section h2 {
  color: #8c7b75;
}

footer {
  background-color: #1b7439;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 0;

}

.caracteristicas {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: large;
}

img {
  width: 560;
  height: 374;
  border-radius: 35%;

}

button {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #e7ec96;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #e7ec96;
}

button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #e7ec96;
}

button:active {
  transform: scale(0.9);
}

h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


}

.fotoMinha {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;

}

@media screen {
  
}@media (max-width: 768px) {
  header {
      text-align: left;
  }

  nav ul {
      text-align: center;
      padding: 0;
  }

  nav ul li {
      display: block;
      margin: 10px 0;
  }

  .lado {
      flex-direction: column;
      align-items: center;
  }

  .textoTrigo, .section {
      margin: 10px;
      padding: 15px;
      font-size: medium;
  }

  table {
      width: 100%;
  }

  th {
      display: block;
      width: 100%;
  }

  img {
      width: 100%;
      height: auto;
  }
}

