html {
    overscroll-behavior: none;
}  

* {
  box-sizing: border-box;
}

  body {
    background-image: url('ededdneddybg.jpg');
    background-attachment: fixed; /* This keeps the image still */
    font-family: Courier, monospace;
}

h2 {
  font-family: Courier, monospace;
  font-size: 28px;
}

h3 {
  text-align: center;
  font-family: Courier, monospace;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
}

h4 {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 2px;
  font-family: Courier, monospace;
  font-size: 15px;
}

hr {
  width: 50%;
  color: #00ff00;
  border: 1px solid;
}

.header {
  width: 1040px;      /* Match this to your .container width */
  margin: auto;
  margin-top: 10px;
  text-align: center; /* Helpful backup for centering things inside */
}

.title {
  display: block;      /* Allows margin: auto to work */
  margin: 0 auto;      /* Perfectly centers the image */
  object-fit: contain; /* Prevents squishing */
  height: 100px;       /* Keep your height */
  width: auto;         /* Let it be its natural width or... */
  max-width: 100%;     /* ...ensure it doesn't break the container */
}

.container {
  margin-left: auto;   /* Changed from 'margin: auto' to push right */
  margin-right: 30px;  /* Adjust this number to control the gap on the right */
  width: 1055px;       /* Increased (750 filling + 250 right + 250 left + gaps) */
  height: auto;
  padding-top: 15px;
  padding-bottom: 50px; 
}

.filling {
  width: 630px;        /* Increased from 600px */
  display: flex;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Change this from stretch */
  gap: 10px;
  width: 100%;
}

.textbox1 {
  width: 80%;
  height: 30px;
  background-color: #9ba2d0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#right {
  width: 250px;
  flex-shrink: 0;
  
  /* The "Hand-Drawn" Border */
  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  border: 18px solid #000000;
  background-color: #fff;
  
  /* Added padding so text doesn't touch the thick border */
  padding: 10px; 
}

/* This targets the actual content boxes inside your sidebar files */
.menu{
  width: 100%;
  background: white;
  text-align: center;
  padding-bottom: 20px;
}

.links, .links a {
    font-family: inherit; 
    line-height: 1.5;
    font-size: 15px;
    margin-top: 10px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.links a:visited { color: black; }
.links a:hover { color: #00ff00; }
.links a:active { color: black; }

.main {
  width: 100%;
  min-height: 680px; 
  height: auto; 
  background: #ffffff;
  text-align: center;
  overflow: visible; /* CRITICAL: No internal scrollbars */

  border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
  border: 18px solid #000000;
  background-color: #fff;
}

.welcome {
  width: 555px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: monospace;
  text-align: center;
  font-size: 15px;
  border: 2px solid;
  border-color: #9ba2d0;
  background-color: #9ba2d0;
}

.contentbox {
    width: 555px;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 15px;  
}

.divider {
  text-align: center;
  margin-bottom: 10px;
}

.updates {
  display: flex;
  height: 170px;
}

.divastar1 {
  background-image: url('smol-diva-starz-summer.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 118px;
  height: 160px;
  margin-left: 82px;
}

.updatebox1 {
  width: 305px;
  height: 160px;
  background-image: url('textbox-right.png');
}

.updatecontent1 {
  margin-left: 30px;
  text-align: center;
  font-family: Courier, monospace;
  font-size: 12px;
}

.updatetext1 {
  font-family: Courier, monospace;
  font-size: 12px;
  text-align: left;
  overflow: scroll;
  scrollbar-color: transparent transparent;
  width: 260px;
  height: 110px;
  margin-top: 5px;
}

.divastar2 {
  background-image: url('smol-diva-starz-alexa.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 118px;
  height: 160px;
}

.updatebox2 {
  width: 305px;
  height: 160px;
  background-image: url('textbox-left.png');
  margin-left: 82px;
}

.updatecontent2 {
  margin-left: 10px;
  text-align: center;
  font-family: Courier, monospace;
  font-size: 12px;
}

.updatetext2 {
  font-family: Courier, monospace;
  font-size: 12px;
  text-align: left;
  overflow: scroll;
  scrollbar-color: transparent transparent;
  width: 260px;
  height: 110px;
  margin-top: 5px;
}

.textbox {
  width: 80%;
  height: 30px;
  background-color: #ffe4e6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.picbox {
  border: 2px solid;
  border-color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: white;
  width: 85%;
  height: 200px;
}

.currentlybox {
  border: 2px solid;
  border-color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #9ba2d0;
  width: 85%;
  height: auto;
}

.currentlycontent {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  text-align: left;
  font-family: Courier, monospace;
}

  .bramble-bunny{
    position: fixed; 
    left: 88px; 
    bottom: -2px; 
    
  }