body {
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/flowers%2025.gif"); 
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

.main-site-container {
  width: 900px;
  margin: 40px auto; 
  background-image: url("https://i.pinimg.com/736x/d3/45/07/d34507feb14cef31946071a124347254.jpg");
  height:800px;
  padding: 20px;
  border-width: 22px;
  border-style: solid;
  border-color: transparent;
  border-image: url("https://i.postimg.cc/yxD8G1wW/Untitled133-20260401010318.png") 30 fill round;
  border-image-outset: 5px;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.container2 {
  margin: -15px auto 0 auto; 
  width: 820px;
  padding: 10px;
  height: 800px;
  background-image: url("https://i.pinimg.com/736x/33/08/6b/33086b62e675b1804ebf477b043e73fb.jpg");
border-color: #E5C0EB;
border-style: solid;
}
.header {
  box-sizing: border-box;
  width: 800px;
  height: 120px;
  background: white;
  margin: 0 auto;
  position: relative;
}
.futaba {
  position: absolute;
  right: 10px;
  top: 0px;

  width: 120px;
  height: 115px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.futaba-img {
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
  display: block;
}
.littlebox {
  position: absolute;

  width: 797px;
  height: 25px;

  border: 2px lightblue;
  border-style: dotted;
  background: white;
margin: -5px;
left: 50.55%;

  transform: translateX(-50%);

  bottom: -30px; 
}

.sidebarleft{
   width: 160px;
   height: 350px;
   background: white;
   position: absolute;
   border:blue solid 2px;
   margin:30px;
   left:38px;
   top:150px;
   display: flex;
}

.mainstuff{
   width:515px;
   height: 350px;
   background:white;
   border:blue solid 2px;
   position:absolute;
   margin:30px;
   left:210px; 
   top:150px;
   display:flex;
}
.sidebarright{
    width: 100px;
   height: 350px;
   background: white;
   position: absolute;
   border:blue solid 2px;
   margin:30px;
   right:38px;
   top:150px;
   display: flex;
}
.barcenter{
   width: 800px;
   height: 50px;
   background: white;
   position: absolute;
   border:blue solid 2px;
   margin:30px;
   left:38px;
   top:510px;
   display: flex;
}

.downbox1{
     width:395px;
   height: 210px;
   background: white;
   position: absolute;
   border:blue solid 2px;
   margin:30px;
   left:38px;
   top:570px;
   display: flex;
}
.downbox2{
     width: 395px;
   height: 210px;
   background: white;
   position: absolute;
   border:blue solid 2px;
   margin:30px;
  right:38px;
   top:570px;
  
   display: flex;
}
