
@font-face {
    font-family: 'CyberpunkWaifus';
    src: url('assets/fonts/text.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'W95FA';
    src: url('assets/fonts/W95FARegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;

    box-sizing: border-box;

    
  }

  body {
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .grid-container {
    position: absolute;
    display: grid
;
    grid-template-columns: repeat(64, 0.1fr);
    grid-template-rows: repeat(32, 0.1fr);
    z-index: 25;
  }
  
  .grid-item {
    border: 0.5px solid #00000022;
    z-index: 25;
  }

  .grid-cover {
    top: 27.3%;
    left: 33.35%;
    width: 34%;
    height: 12.1%;

  }



  .anim01-1 {
    position: absolute;
    top: 27.3%;
    left: 33.35%;
    width: 34%;
    height: auto;
    z-index: 15;
   
  }

  .anim03-1 {
    position: absolute;
    top: 8.3%;
    left: 19.1%;
    width: 12%;
    height: auto;
    z-index: 15;
   
  }

  .anim03-2 {
    position: absolute;
    top: 36%;
    left: 4.35%;
    width: 14%;
    height: auto;
    z-index: 15;
   
  }

  .anim04-1 {
    position: absolute;
    top: 39.3%;
    left: 20.1%;
    width: 16%;
    height: auto;
    z-index: 15;
   
  }

  .anim05-1 {
    position: absolute;
    top: 48%;
    left: 19.35%;
    width: 10%;
    height: auto;
    z-index: 15;
   
  }

  .anim06-1 {
    position: absolute;
    bottom: 2%;
    right: 5.35%;
    width: 14%;
    height: auto;
    z-index: 15;
   
  }

  .anim08-1 {
    position: absolute;
    top: 27.3%;
    left: 69.1%;
    width: 28%;
    height: auto;
    z-index: 15;
   
  }

  .anim09-1 {
    position: absolute;
    top: 47.3%;
    left: 36.1%;
    width: 28%;
    height: auto;
    z-index: 15;
   
  }
  
  .page {
    position: relative;
    align-items: center;

    border: 2px solid #333;

    margin-top: 10px;
    margin-bottom: 10px;
    margin: 10px;
    z-index: 4;
  }

  .xiao-cover{
    position: absolute;
    bottom: 0.0%;
    left: 83.5%;
    width: 9%;
    height: auto;
    rotate: 180deg;
    z-index: 15;
  }

  .xiao-inner{
    position: absolute;
    top: 0.0%;
    left: 83.5%;
    width: 9%;
    height: auto;
    z-index: 15;
  }

  .xiao-oddpage{
    position: absolute;
    bottom: 0.7%;
    right: 1.1%;
    width: 9%;
    height: auto;
    rotate: 90deg;
    z-index: 15;
  }

  .xiao-evenpage{
    position: absolute;
    bottom: 0.6%;
    left: 2%;
    width: 9%;
    height: auto;
    rotate: 270deg;
    z-index: 15;
  }

  .display-cover {
    position: absolute;
    bottom: 48%;
    left: 25.5%;
    width: 51%;
    height: auto;
    z-index: 5;
  }

  .display-inner {
    position: absolute;
    bottom: 42%;
    left: 24.5%;
    width: 51%;
    height: auto;
    z-index: 5;
  }

  @media screen and (max-width: 1260px) {
    .lcd {
        font-size: 3vw;
    }
  }
  @media screen and (min-width: 1261px) {
    .lcd {
        font-size: 37.8px;
    }
  }


  .lcd {
    font-family: 'CyberpunkWaifus';
    font-weight: 500;
    font-style: normal;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    color: rgb(0, 0, 0);
    top: 39.5%;
    left: 43%;
    z-index: 15;
    text-align: center;
    
    
}

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
  }

  .container img {
    
    max-width: 100%;
    height: auto;
    margin-bottom: -4px;
    
  }
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  }

  .frame1 img {
    position: fixed;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 50vh;
      z-index: 50;
  }

  .frame2 img {
    position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      max-width: 50vb;
      z-index: 50;
  }

  .frame3 img {
    position: fixed;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      max-width: 50vb;
      z-index: 50;
  }

  
  .footer {
    flex-shrink: 0;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: sticky;
    bottom: 0;
    width: 100%;
    font-family: 'CyberpunkWaifus';
    font-weight: 500;
    font-style: normal;
  }