* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #112716;
  /* background-image: -o-linear-gradient(#112716, #ebfbee);*/
  font-family: "inter", sans-serif;
  width: 1300px;
  height: 700px;
}

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

  /*  justify-content: center;*/
}

/*display: grid;
  grid-template-columns: 1fr 200px;
  column-gap: 75px;
  row-gap: 60px;
  align-items: start;
}*/

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
}
.bird-350 {


}

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

.contact-page {
  padding-top: 140px;
}

.article {
  grid-template-columns: auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info {
  display: flex;
  align-items: center;

}
.contact-text {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 40px;
  padding: 40px;

}

.text-one {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}

.image-front-544 {
  width: 100%;
  height: auto;
}

.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;
}

.bird-350 {
  margin-left: 20px;
  box-shadow: 2px 2px 2px 5px #b5b0b0;
  border-radius: 100px;
}

.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:link {
  color: #112716;
  text-decoration: none;
}

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;
}
.footer-text {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
.footer {
  grid-column: 1 / -1;
  height: 100px;
}

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

.h2 {
  text-transform: uppercase;
}
