body {
  margin: 0;
}
canvas {
  display: block;
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  
  
}
.info {
  opacity: 0.8;
  background: #000;
  width: 51%;
  height: 53%;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.in {
  width: 50%;
  height: 50%;
  z-index: 20;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.out {
  opacity: 0.0;
  width: 50%;
  height: 50%;
  z-index: 33;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.bottom-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.marquee {
  font-family: templeos_font;
  color: #4966AE;
  font-size: 18px;
  white-space: nowrap;
  display: inline-block;
}

.top-marquee {
  animation: marquee-left 10s linear infinite;
}

.bottom-marquee {
  animation: marquee-right 10s linear infinite;
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@keyframes horizontal-shaking {
  0% { transform: translateX(0); }
  25% { transform: translateX(3px); }
  50% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}
.out:hover {
  opacity: 0.9;
  animation: horizontal-shaking 0.2s infinite;
  margin-left: -25%;
  margin-top: -12.2%;
   text-align: center;
    z-index: 88;
} 
@font-face {
  font-family: templeos_font;
  src: url("/fonts/templeos_font.ttf");
}
@font-face{
  font-family: alchemy;
  src:url("u1f400.woff2")
}
.d33 {
  font-family: alchemy;
  position:absolute;
  text-align:center;
  z-index: 97;
  font-size: 333px;
  margin-left: 33%;
  margin-top: 3%;
  opacity: 0.3;
  


} 

.cinnaframe {
      position:absolute;
      width: 100%;
      height: 53%;
      font-family: alchemy;
      text-align: center;
       z-index: 99;
       

    }

.cinnaframe:before, .cinnaframe:after {
    content: "🝎";
    position: absolute;
    height: 100%;
    top: 0px;
    font-size: 33px;
   
}

.cinnaframe:before {
    left: 0px;
    font-size: 33px;
}
.cinnaframe:after {
    right: 0px;
    font-size: 33px;
}



cinnaframe2 {
       position:absolute;
      width: 100%;
      height: 53%;
      font-family: alchemy;
      text-align: center;
       z-index: 98;
       font-size: 33px;

    }

.cinnaframe2:before, .cinnaframe2:after {
    content: "🝎";
    position: absolute;
    height: 100%;
    top: 90%;
    font-size: 22px;
   
}

.cinnaframe2:before {
    left: 0px;
     font-size: 22px;
}
.cinnaframe2:after {
    right: 0px;
     font-size: 22px;
}

