.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.box21 {
  margin: 1em 0;
}
.u01 {
  background: url('f-ue.gif') repeat-x;
  height: 23px;
  margin: 0 23px;
}
.s01 {
  background: url('f-sita.gif') repeat-x;
  height: 23px;
  margin: 0 23px;
}
.box-top {
  background-image: url('f-kado1.gif'), url('f-kado2.gif');
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}
.box-center {
  background-image: url('f-migi.gif'), url('f-hidari.gif');
  background-position: top right, top left;
  background-repeat: repeat-y, repeat-y;
}
.box-inner {
  background: #000000;
  padding: 20px; 
  margin: 0 23px;
}
.box-bottom {
  background-image: url('f-kado3.gif'), url('f-kado4.gif');
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  height: 23px;
}

.layout {
  display: flex;
  justify-content: center;
  gap: 20px; 
  margin-top: 20px;
}
.main-box {
  width: 1500px;
  padding: 20px;
  max-width: 1100px;
  margin: 40px auto;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #333;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.footer {
  margin-top: 30px;
  padding: 15px;

  text-align: center;
  font-size: 12px;
  color: #a3a2a2;

  border-top: 1px solid #333;
}
.footer a {
  color: #a3a2a2;
}
.button-img {
  display: block; 
  width: auto;  
  margin: 8px auto;
  cursor: pointer; 
}

.scroll-box {
  background: #000;     
  border-radius: 5px;
  width: 90%;
  height: 100px;              
  margin: 10px ;
  overflow-y: scroll;         
  padding: 5px;
  font-size: 12px;  
  color: #888;  
}
.scroll-content p {
  margin: 0;
  font-size: 11px;
  color: #cccccc; 
}
.scroll-title {
  color: #ffffff;
  font-size: 14px;
}
.scroll-box strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.sidebar-right {
  width:250px;
}

.main {
  width: 500px; 
}
p {
  font-family: 'Jomolhari', sans-serif;                                         
  font-size: 14px;
  color: #ccc;
  max-width: 400px;
  margin: 10px auto;
}
.about-box {
  width: auto; 
}
.about-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}

.about-left {
  flex-shrink: 0; 
}

.about-right {
  max-width: 300px;
  text-align: left;
  margin-top: 0;
}
.lace-box {
  width: 100%;;
}

.lace-box .box-inner {
  height: 80px;      
  overflow: hidden;
}

.lace-box img {
  height: 75px; 
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.lace-box img:hover {
  filter: grayscale(0%);
}

.marquee-img {
  width: auto;
  display: inline-block;
  margin: 0 5px;
}

.cbox-popup {
  display: none;
  position: fixed;
  top: 120px;
  left: 200px;
  width: 320px;
  background: black;
  border: 2px solid #fff;
  z-index: 9999;
}

.cbox-header {
  background: #222;
  color: white;
  padding: 5px;
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Henny Penny", serif;
}

.cbox-body {
  padding: 5px;
}