@charset "UTF-8";
@font-face {
  font-family: "Azbuki";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Azbuki-Regular.woff2");
}
@font-face {
  font-family: "Aniron";
  src: url("/media/fonts/Aniron.otf");
}
@font-face {
  font-family: "Pacifico";
  src: url("/media/fonts/Pacifico-Regular.otf");
}
@font-face {
  font-family: "Stylo";
  src: url("/media/fonts/Stylo.otf");
}
@font-face {
  font-family: "Azbuka03";
  src: url("/media/fonts/Azbuka03_D.otf");
}
@keyframes my-backgr {
  0% {
    background: #6f7a9e url("../images/backgrounds/bg-0.jpg") no-repeat fixed center;
    background-size: cover;
  }
  10% {
    background: #6f7a9e url("../images/backgrounds/bg-1.jpg") no-repeat fixed center;
    background-size: cover;
  }
  20% {
    background: #6f7a9e url("../images/backgrounds/bg-2.jpg") no-repeat fixed center;
    background-size: cover;
  }
  30% {
    background: #6f7a9e url("../images/backgrounds/bg-3.jpg") no-repeat fixed center;
    background-size: cover;
  }
  40% {
    background: #6f7a9e url("../images/backgrounds/bg-4.jpg") no-repeat fixed center;
    background-size: cover;
  }
  50% {
    background: #6f7a9e url("../images/backgrounds/bg-5.jpg") no-repeat fixed center;
    background-size: cover;
  }
  60% {
    background: #6f7a9e url("../images/backgrounds/bg-6.jpg") no-repeat fixed center;
    background-size: cover;
  }
  70% {
    background: #6f7a9e url("../images/backgrounds/bg-7.jpg") no-repeat fixed center;
    background-size: cover;
  }
  80% {
    background: #6f7a9e url("../images/backgrounds/bg-8.jpg") no-repeat fixed center;
    background-size: cover;
  }
  90% {
    background: #6f7a9e url("../images/backgrounds/bg-9.jpg") no-repeat fixed center;
    background-size: cover;
  }
  100% {
    background: #6f7a9e url("../images/backgrounds/bg-0.jpg") no-repeat fixed center;
    background-size: cover;
  }
}
body {
  background: #6f7a9e url("../images/backgrounds/bg-0.jpg") no-repeat fixed center;
  background-size: cover;
  animation: my-backgr 240s infinite;
}

body a {
  text-decoration: none;
  color: #ffffcc;
}

body {
  font-family: "Azbuki";
  font-weight: 400;
  font-size: 14pt;
}

body {
  margin: auto;
  padding: 0px;
  min-width: 1900px;
  max-width: 1920px;
  color: #ffffcc;
  direction: ltr;
  text-align: center;
}

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