* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'Baloo 2';
  text-align: center;
}
body {
  background-color: skyblue;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper {
  background-color: #639e16;
  display: flex;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
  width: 1200px;
  margin: 0 auto;
  border: 2px ridge green;
}
.sidebar {
  background-color: #1e2939;
  width: 330px;
  border: 1px dotted #000000;
}
.img-rotate {
  margin-top: 20px;
  margin-bottom: 40px;
  height: 600px;
  width: 800px;
  border: 1px ridge #000000;
}
.img-sidebar {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  height: 600px;
  width: 280px;
  border: 2px solid darkgreen;
}
.img-sidebar2 {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 20px;
  height: 200px;
  width: 280px;
}
.contacts-box {
  text-align: left;
  margin-top: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.48px;
  opacity: 0.8;
  border-top: 10px double #639e16;
}
.contact-title {
  color: rgb(218, 216, 216);
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8e949c;
}
.contact-abbr {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: whitesmoke;
  margin-right: 10px;
}
.description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 60px;
  margin: 0 auto;
}
.h1-main {
  color: #1e2939;
  margin-bottom: 40px;
  line-height: 44px;
  font-size: 38px;
}
.h2-main {
  color: #29384e;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 28px;
}
.ul-box {
  padding-left: 20px;
  padding-right: 20px;
}
.h4-ul {
  font-size: 18px;
  color: #1e2939;
  margin-left: 40px;
  margin-bottom: 15px;
  text-align: left;
}
.li-elem {
  color: darkslategrey;
  padding-top: 8px;
  font-size: 14px;
  margin-left: 40px;
  text-align: left;
}
.text-li {
  color: aliceblue;
}
.h4-about {
  font-size: 12px;
  line-height: 24px;
  padding-top: 40px;
  margin-bottom: 8px;
  color: #1e2939;
}
a:link {
  color: skyblue;
  text-decoration: underline;
}
a:visited {
  color: #adff2f;
  text-decoration: underline;
}
a:hover {
  color: #ff4500;
  text-decoration: none;
}
a:active {
  color: #dc143c;
  text-decoration: none;
}
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/Baloo2-Regular.ttf') format('truetype');
}
