body {
  background: #000;
  margin: 0;
  padding: 0;
  color: white;
  font-family: monospace;
  overflow: hidden;
}

#overlay {
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#side {
  position: absolute;
  top: 14em;
  left: 10em;
}

#side img {
  border: 2px solid #9b0000;
  padding: 10px;
  background: #000;
  transform: rotate(-5deg);
  filter: drop-shadow(12px 12px 0px black);
}

.strip {
  height: 105%;
  width: 30px;
  background: repeating-linear-gradient(45deg,
      #400003,
      #400003 10px,
      #650004 10px,
      #650004 20px);
  filter: saturate(.5);
  border: 3px solid black;
  position: absolute;
  top: -2em;
}

#strip1 {
  left: 37%;
  transform: rotate(10deg);
}

#strip2 {
  left: 37%;
  transform: rotate(-40deg);
  z-index: -1;
  top: -15em;
  height: 135%;
}

#gerard {
  animation: back 1s ease forwards;
}

#gerard:hover, #gerard:hover {
  animation: front 1s ease forwards;
}

.lol {
  border: 5px solid #370a0c;
  width: 350px;
  height: 120px;
  position: absolute;
  bottom: 5em;
  left: 22%;
  background: white;
  overflow: auto;
}

.box {
  width: 55%;
  margin: auto;
  margin-top: 0;
  margin-right: 12em;
}

.top {
  position: relative;
  width: 50%;
  margin: auto;
}

.sub {
  color: white;
  font-family: "Mom's Typewriter";
  font-size: 2em;
  position: absolute;
  left: 8em;
  bottom: 1em;
}

.sub p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.book {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  font-family: monospace;
  font-size: 1.25em;
  letter-spacing: -.5px;
  margin: auto;
  margin-top: 1em;
  width: 80%;
  background: #591214;
  background-size: 30%;
  padding: 20px;
  border: 1px solid white;
}

.left, .right {
  height: 48em;
  overflow: auto;
  overflow-x: visible;
  padding: 20px;
  padding-top: 2.5em;
}

.left {
  width: 50%;
  background-image: url(../bg/paperR.jpg);
  background-size: cover;
  background-position: right;
  padding-right: 35px;
  position: relative;
}

.title {
  font-family: PanicStricken;
  color: black;
  font-size: 2em;
  margin: 0;
  transform: rotate(15deg);
  text-shadow: 3px 3px 0px white;
}

.titleH {
  font-family: PanicStricken;
  color: black;
  font-size: 2.25em;
  margin: 0;
  transform: rotate(5deg);
  text-shadow: 3px 3px 0px white;
  line-height: .875em;
  animation: bounce 1.25s step-end infinite;
}

@keyframes bounce {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

.title span, .titleH span {
  color: #560002;
}

.title::after {
  content: "";
  width: 106%;
  height: 30%;
  background: white;
  position: absolute;
  left: -7px;
  bottom: 10px;
  z-index: -1;
}

.titleH::after {
  content: "";
  width: 10%;
  height: 90%;
  background: white;
  position: absolute;
  right: 1.75em;
  bottom: 10px;
  z-index: -1;
}

.left>.abt {
  width: 80%;
  margin: auto;
  background-image: url("../bg/1.jpg");
  backdrop-filter: blur(2px);
  padding: 20px;
  border-radius: 5px;
  filter: drop-shadow(0px 0px 6px #591214);
  text-shadow: 2px 2px 0px black;
  margin-top: 1em;
  position: relative;
  right: 10px;
}

.tape {
  width: 50px;
  height: 15px;
  background: linear-gradient(45deg, transparent 33.333%, #ECF0F1 33.333%, #ECF0F1 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #ECF0F1 33.333%, #ECF0F1 66.667%, transparent 66.667%);
  background-size: 10px 20px;
  filter: drop-shadow(0px 0px 2px black);
  opacity: .5;
}

.tapeTopL {
  position: absolute; left: 6.75em; top: 4em; z-index: 2; transform: rotate(-40deg);
}

.tapeTopR {
  position: absolute; right: .25em; top: 5.25em; z-index: 2; transform: rotate(45deg);
}

.tapeBotR {
  position: absolute; right: .75em; bottom: -.25em; z-index: 2; transform: rotate(144deg);
}

.tapeBotL {
  position: absolute; left: 6.75em; bottom: .55em; z-index: 2; transform: rotate(-140deg);
}

.album {
  width: 65%;
  margin: auto;
  background-image: url("../bg/Cpaper.jpg");
  background-size: 70%;
  color: #000;
  backdrop-filter: blur(2px);
  padding: 10px 15px;
  filter: drop-shadow(0px 0px 2px #6c6c6c);
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  position: relative;
  right: -50px;
  transform: rotate(3deg);
  border-radius: 255px 15px 225px 15px/15px 250px 15px 255px;
}

.kansou {
  background-image: url("../bg/2.jpg");
  background-size: cover;
  padding: 10px 15px;
  width: 80%;
  margin: auto;
  margin-bottom: 1.5em;
  height: 230px;
  overflow: auto;
}

.right {
  width: 50%;
  background-image: url(../bg/paper.jpg);
  background-size: cover;
  background-position: left;
  padding-left: 40px;
}

.me {
  background-image: url("../bg/heart.jpg");
  background-size: cover;
  background-position: center;
  width: 55%;
  padding: 20px;
  box-shadow: 0px 0px 0px 5px #fff;
  color: white;
  transform: rotate(-2deg);
  position: relative;
  left: 10px;
}

.albumSticker {
  width: 120px;
}

.live {
  background: linear-gradient(180deg, rgba(228, 228, 165, 1) 14%, rgba(255, 255, 192, 1) 39%);
  width: 55%;
  height: 250px;
  padding: 20px;
  color: black;
  margin-top: .5em;
  margin-left: 10.25em;
  margin-bottom: 3em;
  position: relative;
  box-shadow: 0 10px 6px 0 rgba(0, 0, 0, .25);
  transform: rotate(3deg);
  overflow: auto;
}

.live::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 0 0 25px;
  border-color: transparent transparent transparent rgba(0, 0, 0, .25);
  position: absolute;
  right: -1.5em;
  bottom: -.55em;
  filter: blur(5px);
  z-index: -1;
}

#venom {
  -webkit-mask-image: url("../img/mcr/mask.png");
  -webkit-mask-size: 100%;
  height: 400px;
  width: auto;
}

.playlist {
  position: absolute;
  bottom: 2em;
  left: 2em;
  width: 330px;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, .5);
  border: 1px solid white;
  border-radius: 5px;
  background-color: #303040;
}

@keyframes front {
  0% {
    transform: translate(0) rotate(-5deg);
    z-index: auto;
  }

  50% {
    transform: translateY(-120px) translateX(-90px) rotate(-10deg);
    z-index: 2;
  }

  100% {
    transform: translate(0) rotate(0deg);
    z-index: 2;
  }
}

@keyframes back {
  100% {
    transform: translate(0) rotate(-5deg);
    z-index: auto;
  }

  50% {
    transform: translateY(-100px) translateX(-80px) rotate(-10deg);
    z-index: 2;
  }

  0% {
    transform: translate(0) rotate(0deg);
    z-index: 2;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero {
  z-index: 2;
  filter: drop-shadow(0 1px 3px);
  display: inline-block;
}

.layers {
  position: relative;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  clip-path: polygon(0% 12%,
      53% 12%,
      53% 26%,
      25% 26%,
      25% 86%,
      31% 86%,
      31% 0%,
      53% 0%,
      53% 84%,
      92% 84%,
      92% 82%,
      70% 82%,
      70% 29%,
      78% 29%,
      78% 65%,
      69% 65%,
      69% 66%,
      77% 66%,
      77% 45%,
      85% 45%,
      85% 26%,
      97% 26%,
      97% 28%,
      84% 28%,
      84% 34%,
      54% 34%,
      54% 89%,
      30% 89%,
      30% 58%,
      83% 58%,
      83% 5%,
      68% 5%,
      68% 36%,
      62% 36%,
      62% 1%,
      12% 1%,
      12% 34%,
      60% 34%,
      60% 57%,
      98% 57%,
      98% 83%,
      1% 83%,
      1% 53%,
      91% 53%,
      91% 84%,
      8% 84%,
      8% 83%,
      4% 83%);
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(0% 43%,
        83% 43%,
        83% 22%,
        23% 22%,
        23% 24%,
        91% 24%,
        91% 26%,
        18% 26%,
        18% 83%,
        29% 83%,
        29% 17%,
        41% 17%,
        41% 39%,
        18% 39%,
        18% 82%,
        54% 82%,
        54% 88%,
        19% 88%,
        19% 4%,
        39% 4%,
        39% 14%,
        76% 14%,
        76% 52%,
        23% 52%,
        23% 35%,
        19% 35%,
        19% 8%,
        36% 8%,
        36% 31%,
        73% 31%,
        73% 16%,
        1% 16%,
        1% 56%,
        50% 56%,
        50% 8%);
  }

  5% {
    clip-path: polygon(0% 29%,
        44% 29%,
        44% 83%,
        94% 83%,
        94% 56%,
        11% 56%,
        11% 64%,
        94% 64%,
        94% 70%,
        88% 70%,
        88% 32%,
        18% 32%,
        18% 96%,
        10% 96%,
        10% 62%,
        9% 62%,
        9% 84%,
        68% 84%,
        68% 50%,
        52% 50%,
        52% 55%,
        35% 55%,
        35% 87%,
        25% 87%,
        25% 39%,
        15% 39%,
        15% 88%,
        52% 88%);
  }

  30% {
    clip-path: polygon(0% 53%,
        93% 53%,
        93% 62%,
        68% 62%,
        68% 37%,
        97% 37%,
        97% 89%,
        13% 89%,
        13% 45%,
        51% 45%,
        51% 88%,
        17% 88%,
        17% 54%,
        81% 54%,
        81% 75%,
        79% 75%,
        79% 76%,
        38% 76%,
        38% 28%,
        61% 28%,
        61% 12%,
        55% 12%,
        55% 62%,
        68% 62%,
        68% 51%,
        0% 51%,
        0% 92%,
        63% 92%,
        63% 4%,
        65% 4%);
  }

  45% {
    clip-path: polygon(0% 33%,
        2% 33%,
        2% 69%,
        58% 69%,
        58% 94%,
        55% 94%,
        55% 25%,
        33% 25%,
        33% 85%,
        16% 85%,
        16% 19%,
        5% 19%,
        5% 20%,
        79% 20%,
        79% 96%,
        93% 96%,
        93% 50%,
        5% 50%,
        5% 74%,
        55% 74%,
        55% 57%,
        96% 57%,
        96% 59%,
        87% 59%,
        87% 65%,
        82% 65%,
        82% 39%,
        63% 39%,
        63% 92%,
        4% 92%,
        4% 36%,
        24% 36%,
        24% 70%,
        1% 70%,
        1% 43%,
        15% 43%,
        15% 28%,
        23% 28%,
        23% 71%,
        90% 71%,
        90% 86%,
        97% 86%,
        97% 1%,
        60% 1%,
        60% 67%,
        71% 67%,
        71% 91%,
        17% 91%,
        17% 14%,
        39% 14%,
        39% 30%,
        58% 30%,
        58% 11%,
        52% 11%,
        52% 83%,
        68% 83%);
  }

  76% {
    clip-path: polygon(0% 26%,
        15% 26%,
        15% 73%,
        72% 73%,
        72% 70%,
        77% 70%,
        77% 75%,
        8% 75%,
        8% 42%,
        4% 42%,
        4% 61%,
        17% 61%,
        17% 12%,
        26% 12%,
        26% 63%,
        73% 63%,
        73% 43%,
        90% 43%,
        90% 67%,
        50% 67%,
        50% 41%,
        42% 41%,
        42% 46%,
        50% 46%,
        50% 84%,
        96% 84%,
        96% 78%,
        49% 78%,
        49% 25%,
        63% 25%,
        63% 14%);
  }

  90% {
    clip-path: polygon(0% 41%,
        13% 41%,
        13% 6%,
        87% 6%,
        87% 93%,
        10% 93%,
        10% 13%,
        89% 13%,
        89% 6%,
        3% 6%,
        3% 8%,
        16% 8%,
        16% 79%,
        0% 79%,
        0% 99%,
        92% 99%,
        92% 90%,
        5% 90%,
        5% 60%,
        0% 60%,
        0% 48%,
        89% 48%,
        89% 13%,
        80% 13%,
        80% 43%,
        95% 43%,
        95% 19%,
        80% 19%,
        80% 85%,
        38% 85%,
        38% 62%);
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}

.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }

  15% {
    top: 10px;
    left: 10px;
  }

  60% {
    top: 5px;
    left: -10px;
  }

  75% {
    top: -5px;
    left: 20px;
  }

  100% {
    top: 10px;
    left: 5px;
  }
}

.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.7;
  }

  30% {
    opacity: 0.4;
  }

  45% {
    opacity: 0.6;
  }

  76% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.8;
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}

.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }

  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }

  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }

  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }

  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}

.glitch span {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 7s step-end infinite, movement 8s step-end infinite;
}

@font-face {
  font-family: "Mom's Typewriter";
  src: url("../font/moms.ttf");
}

@media screen and (max-width: 1920px) {
  #side {
    position: absolute;
    top: 6em;
    left: 3em;
    transform: scale(.8);
  }

  #logo {
    width: 400px;
  }

  .sub {
    font-size: 1.5em;
    right: .75em;
  }

  .top {
    width: 70%;
  }

  .box {
    width: 55%;
    margin: auto;
    margin-top: 0;
    margin-right: 5em;
  }

  .book {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    font-family: monospace;
    font-size: 1.25em;
    letter-spacing: -.5px;
    margin: auto;
    margin-top: .75em;
    width: 85%;
    background: #591214;
    background-size: 30%;
    padding: 20px;
    border: 1px solid white;
  }

  .left, .right {
    height: 40em;
    overflow: auto;
    overflow-x: visible;
    padding: 20px;
    padding-top: 2.5em;
  }

  .left>.abt {
    width: 80%;
    height: 130px;
    overflow: auto;
    margin: auto;
    background-image: url(../bg/1.jpg);
    backdrop-filter: blur(2px);
    padding: 20px;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 6px #591214);
    text-shadow: 2px 2px 0px black;
    margin-top: 1em;
    position: relative;
    right: 10px;
  }

  .albumRank {
    left: -1em !important;
  }

  .tapeTopL {
    left: 2.5em;
  }

  .tapeTopR {
    right: 0em;
    top: 5em;
  }

  .tapeBotL {
    left: 2.5em;
    bottom: .5em;
  }

  .tapeBotR {
    right: 0.5em;
  }

  .album {
    width: 75%;
    right: -20px;
  }

  .kansou {
    height: 150px;
  }

  .albumSticker {
    width: 100px;
  }

  .album1 {
    left: .75em !important;
  }

  .live {
    width: 50%;
    height:200px;
    margin-left: 10em;
  }

  .live::after {
    right: -1em;
  }

  .playlist {
    bottom: 1.75em;
  }
}
