@font-face {
  font-family: 'Charm';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MdYoK-s.ttf) format('truetype');
}
@font-face {
  font-family: 'Charm';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/charm/v11/7cHrv4oii5K0Md6TDvs7wHo.ttf) format('truetype');
}
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: url('../img/snoflake-bg3.png') no-repeat center;
  background-size: cover;
  position: relative;
}
.particles {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.main-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.main-container h1 {
  margin: auto 10px;
  text-align: center;
  font-family: "Charm";
  font-size: 7em;
  font-weight: 700;
  background: url('../img/bg.jpg') no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: moveBg 90s linear infinite;
  -webkit-animation: moveBg 90s linear infinite;
}
.main-container h1 br {
  display: none;
}
p {
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-family: "Charm";
  font-size: 3em;
  margin: 0;
  line-height: 1;
  background: url('../img/bg.jpg') no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: moveBg 90s linear infinite;
  -webkit-animation: moveBg 90s linear infinite;
}
p br {
  display: none;
}
@keyframes moveBg {
  0% {
    background-position: 0% 30%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 10px;
  }
  body .main-container {
    flex-wrap: wrap;
  }
  body .main-container h1 {
    overflow: visible;
    line-height: 1;
    margin: auto;
    width: 100%;
    height: 1em;
  }
  body .main-container h1 br {
    display: unset;
  }
}
@media (max-width: 600px) {
  body p {
    top: unset;
    left: unset;
    right: unset;
    bottom: 100px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 8px;
  }
}
/*# sourceMappingURL=main.css.map */