* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}


.willCenter {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
  
}

.emper {
position: absolute;
}

.vamp {
position: fixed;
bottom: 0px;
right: 62px;
}


.blackbox {
  height: 100vh;
  border-style: solid;
  position: fixed;
  left: 0px;
  width: 5%;
  background-color: black;

}

.blackbox2 {
  height: 100vh;
  border-style: solid;
  position: fixed;
  width: 5%;
  background-color: black;
  right: 0px;
}

.vampL {
position: fixed;
top: 0px;
left: 66px; 
transform: scale(-1, -1);
}

.CARDBOARD {
  width: 500px;
}

.parralelo {
  position: absolute;
  left: -335px;
  top: -198px;
  width: 486px;
  height: 488px;
  transform: skew(-24deg);
  background: red;
  border-radius: 125px;
  border-style: inset;
  border-color: #ffa300;
  background-color: #551c00;
  background-image: url(art/halc.png);
  background-size: 577px;
  border-width: 4px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  box-shadow: 15px 8px 13px 1px black;

}

.artex {
  position: absolute;
  font-family: arial;
  width: 338px;
  height: 98px;
  top: -151px;
  left: -211px;
  color: #faff5f;
  text-shadow:  3px 2px 2px black;
  
}

.myartlog {
  top: -303px;
  left: -287px;
  transform: rotate(-18deg);
}

.pp {
  left: 82px;
  top: -92px;
  width: 208px;
  transform: rotate(18deg)
}



@keyframes float {
  0% {
    transform: translateY(0);
  }
  
  50% {
    transform: translateY(-10px)
  }
  
  100% {
    transform: translateY(0);
  }
}



.floats {
    animation: float 3s ease-in-out infinite;
}

.skele {
  top: -366px;
  filter: invert(55%);
  z-index: 1;
  opacity: 50%;
}

.paske {
  filter: invert(100%);
  left: -484px;
  top: -297px;
  transform:rotate(166deg);
}

.paske1 {
    left: -229px;
  top: -219px;
  transform:rotate(0deg);
}

.thebigwrapper {
  position: absolute;
  left: 22px;
}

.artex2 {
    position: absolute;
  font-family: arial;
  width: 338px;
  height: 100px;
  top: 140px;
  left: -350px;
  color: #faff5f;
  text-shadow:  3px 2px 2px black;
}

.trading {
}

.trading:hover {
  filter: invert(100%);
}











.texlog {
    top: -316px;
  left: -157px;
}



.traditional {
  left: -346px;
  top: -32px;
  border-style: solid;
  width: 154px;
  height: 149px;
  background-color: black;
}



.difital {
  left: -188px;
  top: -18px;
  border-style: solid;
  width: 154px;
  height: 149px;
  background-color: black;
}






.othh {
  background-color: black;
  top: -2px;
  left: -29px;
    width: 148px;
  height: 149px;
  width: 
}

.other {
  left: 10px;
  top: 10px;
}

.back {
  left: 115px;
  top: 26px;
}

.spinn {
    transition: transform 0.3s ease-in-out;
  z-index: 3;
}

.spinn:hover {
transform: rotate(-367deg);
}

.lean {
  transition: transform 0.15s ease-in-out;
}

.lean:hover {
  transform: rotate(-10deg);
}




