#top-animator {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
}

#linktopage {
  z-index: 9;
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: transparent;
  padding: unset;
  margin: unset;
  font-size: 1px;
  color: transparent;
  border: none;
}

#linktopage img {
  width: 40px;
  height: auto;
  transform: rotate(180deg);
}

body,
head {
  display: block;
  color: transparent;
  font-family: '123sketchmedium';
  margin: 0px;
}
.col-12 {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-size: 2.5vw;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}
.col-12b {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-size: 1.1vw;
  line-height: 1.4;
  font-weight: 600;
}

#spotyframe {
  max-width: 400px;
  margin-bottom: 20px;
}

.link {
  z-index: 1;
}

.divider {
  width: 100%;
  display: block;
  height: 80px;
}

#max-width {
  width: 100%;
  max-width: 500px;
  padding: 0px;
  display: block;
  color: #000;
  margin: 0px auto;
  text-align: center;
  font-size: 0.9vw;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 80px;
  padding-bottom: 40px;
}

h1 {
  margin-bottom: 0px;
}

h2,
h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

h3 {
  margin-top: 0px;
  font-size: 14px;
}

@font-face {
  font-family: '123sketchmedium';
  src: url('../fonts/123sketch-webfont.woff2') format('woff2'),
    url('../fonts/123sketch-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  width: 100%;
  height:100%;
}

body {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 500% 500%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 991px) {
  .col-12 {
    font-size: 3.5vw;
    line-height: 1.4;
  }
  .col-12b {
    font-size: 2.1vw;
    line-height: 1.4;
  }
  #max-width {
    font-size: 1.9vw;
    line-height: 1.4;
  }  
}

@media screen and (max-width: 767px) {
  .container {
    padding: 5%;
    text-align: center;
  }
  .col-12 {
    font-size: 30px;
    line-height: 1.4;
    white-space: unset;
  }
  .col-12b {
    font-size: 28px;
    line-height: 1.4;
    white-space: unset;
  }
  #max-width {
    font-size: 22px;
    line-height: 1.4;
    white-space: unset;
  }
  #ima {
    width: 100%;
    max-width: 400px;
  }
  body {
    background-size: 1400% 1400%;
  }
}