html {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 29px;
  background: #a6b0b2;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "Forum";
  src: url("../fonts/Forum-Regular.ttf");
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular.ttf");
}
* {
  font-family: "Forum";
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #00aaff;
  text-decoration: none;
  opacity: 1;
}

a:hover {
  opacity: 0.75;
  transition: opacity 500ms;
}

.main-content {
  display: flex;
}
.main-content .main-content-right-part {
  padding: 40px;
}

@media (max-width: 640px) {
  .main-content {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */