body {
  padding: 0;
  color: #2C2C2D;
}

.bg-main {
  background: url("assets/img/bg_main.png") top/cover no-repeat;
}

.games {
  background-color: #F9FFF8;
  border-top: 1px solid #507941;
  border-bottom: 1px solid #507941;
}

a img, [data-modal-target*=videotweet-] {
  cursor: pointer;
  transition: all 0.5s ease;
}
a img:hover, [data-modal-target*=videotweet-]:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2509803922));
}

.footer {
  background-color: #F9FFF8;
  border-top: 1px solid #507941;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .h2 {
    font-size: 1.8rem !important;
  }
  .h2 svg {
    width: 28px;
    height: 21px;
  }
}

/*# sourceMappingURL=style.css.map */
