body {
  background-color: #112716;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  /* display: grid;
  grid-template-columns: 1fr 1fr 200px;
  column-gap: 50px;
  row-gap: 50px;
  margin-left: 40px;
  margin-right: 40px;*/
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  margin-bottom: 50px;
}
.bird-350 {
  margin-left: 20px;
  box-shadow: 2px 2px 2px 5px #b5b0b0;
  border-radius: 100px;
}

p {
  margin-top: 50px;
  margin: bottom 15px;
  margin-top: 15px;
  font-family: "inter", sans-serif;
  color: #ebfbee;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  width: 500px;
}

/*.column-one {
  width: 400px;
  height: auto;
  align-self: center;
  margin-bottom: 20px;
}*/

.image-one {
  justify-content: center;
  margin-bottom: 40px;
}

.image-two {
  margin-bottom: 40px;
}

/*.column-two {
  width: 400px;
  height: auto;
  align-items: center;
}*/

.main-title-text {
  color: #ebfbee;
  margin-left: 10;
  margin-right: 100px;
  font-family: "Gentium Plus", sans-serif;
}

.column-text {
  margin-top: 40px;
}

.grid-3-cols {
  display: grid;
  margin-bottom: 40px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr 200px;
  column-gap: 40px;
}

.section {
  display: grid;
  width: 1200px;
  grid-column: 1 / -1;
  grid-template-columns: auto;

  gap: 20px;
  margin-bottom: 30px;
}

.aside {
  background-color: #d3f9d8;
  width: 200px;
  height: 700px;
  padding-left: 15px 15px 15px 15px;
  grid-column: auto;
  align-self: start;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 2px 5px #b5b0b0;
}

.lilac-tree {
  width: 80%;
  height: auto;
  margin-left: 20px;
  margin-right: 7px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

a:visited {
  color: #112716;
}

a:hover {
  color: #51cf66;
  font-weight: bold;
  text-decoration: underline #37b24d;
}

a:active {
  background-color: #112716;
  font-style: italic;
}

ul {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  text-align: center;
}

li {
  font-size: 17px;
  line-height: 3em;
}

.main-header {
  grid-column: 1 / -1;
}

.footer-text {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1 /-1;
  justify-self: center;
  height: 100px;
}
