.stormbirds {
  position: absolute;
  left: 10.2rem;
  z-index: 1;
  height: 3.9rem;
  width: 14.6rem;
  background-image: url(../images/sturmovikfest2020.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 0 0.1rem #3030309c;
          box-shadow: 0 0 0.1rem #3030309c;
}

.stormbirds:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stormbirds:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stormbirds-text {
  position: relative;
  top: 10.4rem;
  font-size: .7rem;
  font-style: italic;
}
/*# sourceMappingURL=main.css.map */