* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 70px;
  background-color: #f1ab2a;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1921568627);
}
.header__logo {
  width: 221px;
  margin-top: 10px;
}
.header__logo img {
  width: 100%;
}

.main {
  width: 100%;
  height: 100%;
  text-align: center;
}
.main img {
  width: 750px;
  max-width: 100%;
  margin-top: 90px;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  position: absolute;
  background: #464646;
}
.footer__copyright {
  margin-top: 12px;
  text-align: center;
}

#player {
  visibility: hidden;
}/*# sourceMappingURL=styles.css.map */