@charset "UTF-8";

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  background-color: #ffc0cb;
  color: #e60073;
  letter-spacing: 8px;
  image-rendering: pixelated;
  text-align: center;
}

img {
  opacity: 0;
  animation: opacity 0.2s ease-in forwards;
  animation-delay: 0.6s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button {
  background-color: #ffc0cb;
  color: #f04b96;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #f04b96;
  box-shadow: 0 0 10px rgba(255, 105, 180, 0.7); 
  transition: all 0.3s ease;
  margin-bottom: 60px;
}

button:hover {
  background-color: #f04b96;
  transform: scale(1.1);
}

b {
  color: #d2738a;
  letter-spacing: 8px;
}

a {
  margin-bottom: 140px;
  font-size: 10px;
}

a:link {
  color: #d2738a;
}

a:visited {
  color: #d2738a;
}

a:hover {
  color: #c1b492;
}

a:active {
  color: #d2738a;
}

.text {
  background-color: #ffebeb;
  height: 18px;
  text-align: center;
  margin-bottom: 12px;
  transition: background-color 0.5s ease-out;
  width: 170px;
}

.text:hover {
  background-color: white;
}

.button:hover {
  color: #ffffff;
  border-color: #d2738a;
}

.opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  animation: opacityBg 0.3s linear forwards;
  animation-delay: 0.6s;
}

.opacityContent {
  opacity: 0;
  animation: opacity 1s ease-in forwards;
  animation-delay: 3s;
}

.opacityContent2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; 
  padding: 0;        
  margin: 0;
}


@keyframes darkest {
  from {
    background-position-y: 1024px;
  }
  to {
    background-position-x: -1024px;
  }
}

@keyframes darkestDown {
  from {
    background-position-y: -1024px;
  }
  to {
    background-position-x: 1024px;
  }
}

@keyframes wiredGangAn {
  from {
    background-position-x: 341px;
  }
  to {
    background-position-x: -341px;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacityBg {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(31, 4, 7, 0.5);
  }
}

@keyframes opacityBG {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(24deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(55deg);
  }
  30% {
    -webkit-transform: skewX(-90deg);
  }
  40% {
    -webkit-transform: skewX(29deg);
  }
  50% {
    -webkit-transform: skewX(-90deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(10deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

header:hover {
  animation: wiggle 0.14s linear;
}


h1 {
  position: relative;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 1px 1px rgba(246, 0, 153, 0.8), -1px -1px rgba(15, 210, 255, 0.8),
    -1px 0px rgba(255, 210, 0, 1);
}

h1:hover {
  animation: wiggle 0.2s 2;
  /*transition:all ease-out 0.1s;*/
  text-shadow: 30px 13px rgba(246, 0, 153, 0.8),
    -38px -4px rgba(15, 210, 255, 0.8), -2px -4px rgba(255, 210, 0, 1);
}

h1:hover:after {
  content: ":̪̺̠̺͗ͨ̋ͩ͗:̛͇̱̥̥̙̎͆̑ͮ̐͢:̷̲ͮ̃́̅ͦ̔͐̆:̴͈͖̮̪̗̈́̆̀:̨̙̗̺̞̥͗̐ͫ:̗̰̜̟̮̦̉̂";
  z-index: -100;
  position: absolute;
  left: 1em;
  top: -1em;
  transform: rotate(41deg);
}

.glitch {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.glitch img {
  max-width: 100%;
  height: auto;
}

.glitch__layers {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.glitch__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/logo2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.glitch__layer:nth-child(1) {
  transform: translateX(-5%);
  animation: glitch-anim-1 10s infinite linear alternate;
}
.glitch__layer:nth-child(2) {
  transform: translateX(3%) translateY(3%);
  animation: glitch-anim-2 8.3s -10.7s infinite linear alternate;
}
.glitch__layer:nth-child(3) {
  transform: translateX(5%);
  animation: glitch-anim-flash 8s infinite linear;
}

@keyframes glitch-anim-1 {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
  }
  10% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
  }
  50% {
    clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
  }
  60% {
    clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
  }
  70% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
  }
  15% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  25% {
    clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
  }
  30% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  45% {
    clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
  }
  50% {
    clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
  }
  65% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  75% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
  }
  95% {
    clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
  }

  100% {
    clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
  }
}

@keyframes glitch-anim-flash {
  0% {
    opacity: 0.1;
  }
  30%,
  100% {
    opacity: 0;
  }
}

.stars {
  position: absolute;

  width: calc(100%);
  height: calc(100%);
  background: url('data:image/svg+xml;utf8,<svg fill="%23ff69b4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,5 61,39 98,39 68,61 79,95 50,75 21,95 32,61 2,39 39,39" /></svg>')
    repeat;
  background-size: 30px 30px;
  animation: sparkle 0.5s linear infinite;
  opacity: 0.2;
}
@keyframes sparkle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
