a:hover{
  filter: drop-shadow(0 0 0.75rem rgb(255, 255, 255));
}


@media only screen and (min-width:1000px){
    .discord{
        position:absolute;
        width:11%;
        max-width: 11%;
        top: 77%;
        left: 18%;
    }
}

@media only screen and (max-width:1000px){
    .discord{
        position:absolute;
        width:82px;
        max-width: 82px;
        top: 77%;
        left: 18%;
    }
}



@media only screen and (min-width:1000px){
    .instagram{
    position:absolute;
    width:9.5%;
    max-width: 9.5%;
    top: 77%;
    left: 30.3%;
}
}


@media only screen and (max-width:1000px){
    .instagram{
    position:absolute;
    width:69px;
    top: 77%;
    left: 30.3%;
}
}


@media only screen and (min-width:1000px){
    .toyhouse{
    position:absolute;
    width:11.4%;
    max-width: 11.4%;
    top: 76.5%;
    left: 42%;
}
}


@media only screen and (max-width:1000px){
    .toyhouse{
    position:absolute;
    width:82px;
    top: 76.5%;
    left: 42%;
}
}


@media only screen and (min-width:1000px){
    .x{
    position:absolute;
    width:9.3%;
    max-width: 9.3%;
    top: 77%;
    left: 55%;
}
}


@media only screen and (max-width:1000px){
    .x{
    position:absolute;
    width:67px;
    top: 77%;
    left: 55%;
}
}


@media only screen and (min-width:1000px){
    .albumart{
    
    position:absolute;
    width:5.7%;
    max-width: 5.7%;
    top: 54.6%;
    left: 22.5%;
}
}


@media only screen and (max-width:1000px){
    .albumart{
    position:absolute;
    width:43px;
    top: 54.5%;
    left: 22.5%;
}
}

.albumart:hover{
    filter: drop-shadow(0 0 0.75rem rgb(255, 255, 255));
}



@media only screen and (min-width:1000px){
    .textbox1{
    position:absolute;
    width:24%;
    height:29%;
    top: 16%;
    left: 70%;
    background-color:white;
}
}


@media only screen and (max-width:1000px){
    .textbox1{
    position:absolute;
    width:24%;
    height:29%;
    top: 16%;
    left: 70%;
    background-color:white;
}
}


.mainimg{
    

}
body{
    overflow: hidden;
}


.crop{
    width:500px;
    height:500px;
    overflow:hidden;
    position:relative;
}

.crop img{
    width:1000px;
    height:1000px;
    
}


.crt::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.90626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.83891;
  }
  30% {
  opacity: 0.65583;
  }
  35% {
  opacity: 0.67807;
  }
  40% {
  opacity: 0.26559;
  }
  45% {
  opacity: 0.84693;
  }
  50% {
  opacity: 0.96019;
  }
  55% {
  opacity: 0.08594;
  }
  60% {
  opacity: 0.20313;
  }
  65% {
  opacity: 0.71988;
  }
  70% {
  opacity: 0.53455;
  }
  75% {
  opacity: 0.37288;
  }
  80% {
  opacity: 0.71428;
  }
  85% {
  opacity: 0.70419;
  }
  90% {
  opacity: 0.7003;
  }
  95% {
  opacity: 0.36108;
  }
  100% {
  opacity: 0.24387;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}


@keyframes chromaticAberration{
    0% {
        -webkit-filter: url(#kill);
    }
    
    5%{
        
    }

    10%{
        -webkit-filter: none;
    }
    

}

:root {
  --animation-time: 10s; 
}

.chromaticAberration{
      animation: chromaticAberration var(--animation-time) linear infinite; 

}