html {
  position: relative;
  width: auto;
  height: auto;
}

.pattern-border {
        position: fixed;
        left: 0;
        width: 100%;
        height: 300px;
        background-image: url('333.png');
        background-repeat: repeat-x;
        background-size: auto 100%;
        opacity: 0.9;
    }
    
    .pattern-border-top {
        top: 0;
    }
    
.pattern-border2 {
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        height: 60px;
        background-image: url('de6e9116.png');
        background-repeat: repeat-x;
        background-size: auto 100%;
        z-index: 9999;
    }


    .pattern-border1 { 
      position: absolute; 
      left: 50%; 
      transform: translateX(-50%);
      width: 100%; 
      height: 130px; 
      background-image: url('ddd7f857.gif'); 
      background-repeat: repeat-x; 
      background-size: auto 100%; 
      z-index: 0;
    } 
    
    .pattern-border1-top { 
      top: 900px ; 
    }
    
.hu2 {
  position: absolute;
  top: -100px;
  width: 1800px;
  height: 1700px;
  left: 50%; 
  transform: translateX(-50%);
  background-image: url('11111.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  object-fit: contain;
  z-index: -100 !important;
}

    body {
    position: absolute;
    background-image: url('130.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-width: 1900px; 
    min-height: 1700px;       
    justify-content: center;
    cursor: url('cur1054.png') 2 2, auto !important;
    touch-action: pan-x pan-y pinch-zoom;
    overflow-x: scroll;
}

a:hover {
    cursor: url('cur1054.png') 2 2, auto !important;
}


.canvas-box {
  position: absolute;
    width: 1050px;
    height: 700px;
    margin: 130px auto;
    left: 50%; 
    transform: translateX(-50%);
    background-image: url('black-linen.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    overflow: visible;
    box-shadow: 0 0 0px 15px #ffffff;
}

.inset-outline-border2 {
    padding: 20px;
    outline: 5px dashed #000000;
    outline-offset: 10px;
}

.section2 {
  position: absolute; 
  top: 35px; 
  left: 25px; 
  width: 250px; 
  height: 670px; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  background-image: url('444.jpg');
  background-repeat: repeat;
  background-size: 50% 50%;
  box-shadow: 0 0 8px 2px #000000;
  box-sizing: border-box;
  border: 3px solid #a8a8a8;
  padding: 10px;
  z-index: 102;
}

.section25 {
  position: absolute; 
  top: 25px; 
  left: 15px; 
  width: 270px; 
  height: 690px; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
   background-image: url('131.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; 
  box-sizing: border-box;
  border: 3px solid #ffffff;
  z-index: 101;
}

.section3 {
  position: absolute; 
  top: 35px ; 
  right: 25px; 
  width: 680px; 
  height: 380px; 
  background-image: url('444.jpg');
  background-repeat: repeat;
  background-size: 50% 50%;
  box-shadow: 0 0 8px 2px #000000;
  border: 3px solid #a8a8a8; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  box-sizing: border-box;
  padding: 10px;
}

.section35 {
  position: absolute; 
  top: 25px; 
  right: 15px; 
  width: 700px; 
  height: 400px; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  background-image: url('131.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; 
  box-sizing: border-box;
  border: 3px solid #ffffff;
}

.corner {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('e.png') no-repeat center/contain;
  z-index: 0;
}

.top-left {
  top: 0px;
  left: 2px;
}
.top-right {
  top: 0px;
  right: 2px;
}

.inset-outline-border31 {
    outline: 2px dotted #ffffff;
    outline-offset: -5px;

}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 95%;
  gap: 15px;
}

.btn {
  display: flex;
  background-image: url('189.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  color: #ffffff;
  width: 180px;
  height: 30px;
  padding: 6px 20px;
  text-decoration: none;
  font-family: 'VT323', monospace;
  box-sizing: border-box;
  box-shadow: 5px 5px 0 #a8a8a8;
  border: 2px solid #000000;
  border-radius: 10px;
  transition: all 0.2s ease;
  align-items: center;
  justify-content: left;
  text-align: center;
  text-shadow: 3px -2px 0px #000;
  gap: 8px;
}

.btn:hover {
  background-image: url('189.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  transform: translateY(2px);
}

.btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.inner-section1 {
  position: absolute;
  top: 60px;
  width: 650px;
  height: 300px;
  left: 50%; 
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 2px dashed #000000;
  border-radius: 10px;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 1),
  inset 0 0 7px rgba(0, 0, 0, 0.9),
  inset 0 0 7px rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 17;
}

.inner-section1::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') top center/auto 15px repeat-x;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,1));
}

.inner-section1::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') bottom center/auto 15px repeat-x;
    transform: scaleY(-1);
    z-index: 1;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
}

.inner-section1 p {
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.title-section1 {
  position: absolute;
  width: 400px;
  height: 35px;
  border: 2px solid #000000;
  top: 15px;
  left: 50%; 
  transform: translateX(-50%);
  border-radius: 10px;
  margin-bottom: 15px;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  box-sizing: border-box;
}

.title-section2 {
  position: absolute;
  width: 200px;
  height: 35px;
  border: 2px solid #000000;
  top: 15px;
  left: 50%; 
  transform: translateX(-50%);
  border-radius: 10px;
  margin-bottom: 15px;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  box-sizing: border-box;
}

.inner-section2 {
  position: absolute;
  top: 60px;
  width: 220px;
  height: 360px;
  left: 50%; 
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 2px dashed #000000;
  border-radius: 10px;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 1),
  inset 0 0 7px rgba(0, 0, 0, 0.9),
  inset 0 0 7px rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
  overflow: hidden;
}

.inner-section2::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') top center/auto 15px repeat-x;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,1));
}

.inner-section2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') bottom center/auto 15px repeat-x;
    transform: scaleY(-1);
    z-index: 1;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
}

.inner-section2 p {
  font-family: 'VT323', monospace;
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.retro-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url('189.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  border-bottom: 2px solid #000000;
  box-shadow: inset 0 2px #fff, 0 2px 5px rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'VT323', monospace;
  color: #000;
  z-index: 99999;
  overflow: hidden;
}

.rp-left, .rp-right {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

.rp-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.rp-title {
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: 2px solid #000000;
  height: 18px;
  margin-bottom: 3px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}

.scroll-text {
  position: absolute;
  white-space: nowrap;
  left: 100%;
  animation: scroll 30s linear infinite;
  line-height: 1;
  color: #fff;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-500%); }
}

.rp-bar {
  height: 6px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 5px;
  overflow: hidden;
}

.rp-progress {
  width: 0%;
  height: 100%;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.retro-player button {
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  width: 30px;
  height: 25px;
  transition: 0.2s;
  border-radius: 5px;
  text-shadow: 0 0 5px #ffffff;
  box-sizing: border-box;
  cursor: url('cur1054.png') 2 2, auto !important;

}

.retro-player button:hover {
  border: 2px solid #000000;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: #ffffff;
  transform: scale(1.2);
  cursor: url('cur1054.png') 2 2, auto !important;
}

#time-display {
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 5px;
  border: 2px solid #000000;
  text-shadow: 0 0 5px rgb(255, 255, 255);
}

.fixed-frame1 {
  height: 200px;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 10px;
  overflow-wrap: break-word;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
  text-justify: inter-word;
  text-indent: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.fixed-frame1 p:not(.p2) {
  font-family: 'VT323', monospace;
  display: block; 
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin: 0;
}

.fixed-frame1 .p2 {
  font-family:  'Anime Ace', monospace !important;
  font-size: 16px;
  color: #ffffff;
      text-shadow: 
        2px 0 0 #000000,
        -2px 0 0 #000000,
        0 2px 0 #000000,
        0 -2px 0 #000000,
        1px 1px 0 #000000,
        -1px 1px 0 #000000,
        1px -1px 0 #000000,
        -1px -1px 0 #000000;
  margin-top: 15px;
  text-decoration-line: underline;
}

.fixed-frame2 {
  height: 260px;
  width: 600px;
  position: absolute;
  top: 20px;
  left: 50%; 
  transform: translateX(-50%);
  overflow-wrap: break-word;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
  text-justify: inter-word;
  text-indent: 0;
  display: flex;
  border-bottom-right-radius: 80px;
  flex-direction: column;
  padding: 0;
}

.fixed-frame2 p {
  font-family: 'VT323', monospace;
  font-size: 24px;
  color: #000000;
  margin: 0;
}

.section4 {
  position: absolute; 
  bottom: 35px ; 
  right: 25px; 
  width: 680px; 
  height: 250px; 
  background-image: url('444.jpg');
  background-repeat: repeat;
  background-size: 50% 50%;
  box-shadow: 0 0 8px 2px #000000;
  border: 3px solid #a8a8a8; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 20px;
  box-sizing: border-box;
  padding: 10px;
}

.section45 {
  position: absolute; 
  bottom: 25px; 
  right: 15px; 
  width: 700px; 
  height: 270px; 
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 20px;
  background-image: url('131.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; 
  box-sizing: border-box;
  border: 3px solid #ffffff;
}

.title-section4 {
  position: absolute;
  width: 400px;
  height: 35px;
  border: 2px solid #000000;
  top: 15px;
  left: 50%; 
  transform: translateX(-50%);
  border-radius: 10px;
  margin-bottom: 15px;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'VT323', monospace;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  box-sizing: border-box;
}

.inner-section4 {
  position: absolute;
  top: 60px;
  width: 650px;
  height: 175px;
  left: 50%; 
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 2px dashed #000000;
  border-radius: 10px;
  border-bottom-right-radius: 80px;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 1),
  inset 0 0 7px rgba(0, 0, 0, 0.9),
  inset 0 0 7px rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: #000000;
  box-sizing: border-box;
  overflow: hidden;
}

.inner-section4::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') top center/auto 15px repeat-x;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,1));
}

.inner-section4::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 1px;
    right: 1px;
    height: 15px;
    background: url('12e69fbe.png') bottom center/auto 15px repeat-x;
    transform: scaleY(-1);
    z-index: 1;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.5));
}

.fixed-frame4 {
  height: 135px;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 50%; 
  transform: translateX(-50%);
  overflow-wrap: break-word;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
  text-justify: inter-word;
  text-indent: 0;
  display: flex;
  border: dashed 2px #000;
  flex-direction: column;
  padding: 0;
}

.fixed-frame4 p {
  font-family: 'VT323', monospace;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.fixed-frame44 {
  height: 135px;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 10px; 
  border: dashed 2px #000;
  overflow-wrap: break-word;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
  text-justify: inter-word;
  text-indent: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.fixed-frame44 p {
  font-family: 'VT323', monospace;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.fixed-frame444 {
  height: 135px;
  width: 200px;
  position: absolute;
  top: 20px;
  border: dashed 2px #000;
  right: 10px; 
  overflow-wrap: break-word;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: left;
  text-justify: inter-word;
  text-indent: 0;
  display: flex;
  border-bottom-right-radius: 80px;
  flex-direction: column;
  padding: 0;
}

.fixed-frame444 p {
  font-family: 'VT323', monospace;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.fixed-frame444::-webkit-scrollbar {
  display: none;
}

.button-container1 {
  position: absolute;
  bottom: 20px;
  height: 50;
  left: 50%; 
  transform: translateX(-50%);
  gap: 15px;
}

.btn1 {
  display: flex;
  background-image: url('1890.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;           
  color: #fff;
  width: 180px;
  height: 40px;
  padding: 6px 20px;
  text-decoration: none;
  font-family: 'VT323', monospace;
  box-sizing: border-box;
  box-shadow: 0 0 10px #000000;
  border-radius: 10px;
  transition: all 0.2s ease;
  align-items: center;
  justify-content: left;
  text-align: center;
  text-decoration-line: underline;
  text-shadow: 3px -2px 0px #000;
  gap: 8px;
}

.inner-section11 {
  position: absolute;
  top: 435px;
  width: 220px;
  height: 150px;
  left: 50%; 
  transform: translateX(-50%);
  background-image: url('989.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;          
  padding: 10px;
  color: #000000;
  box-sizing: border-box;
}

.inner-section11 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.inner-section11 img:hover {
  filter: grayscale(0%);
}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

::-webkit-scrollbar-track {
   background: #000;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
  border: 3px solid #000000;
}

@keyframes gentleSwing {
  0% { transform: rotate(25deg); }
  50% { transform: rotate(35deg); }
  100% { transform: rotate(25deg); }
}

@keyframes sharpSwing {
  0%, 100% { transform: rotate(-30deg); }
  50% { transform: rotate(-35deg); }
}

@keyframes sharpSwing1 {
  0%, 100% { transform: rotate(20deg); }
  50% { transform: rotate(35deg); }
}