body{
    height: 1000;
    background-image: url(https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwallup.net%2Fwp-content%2Fuploads%2F2016%2F05%2F25%2F251395-pattern.jpg&f=1&nofb=1&ipt=0b346dfd5ef952d6c8847ff4c02ce0211985ba66231e73cc323bd3d74364e466&ipo=images://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fs1.picswalls.com%2Fwallpapers%2F2014%2F07%2F24%2Fpattern-backgrounds_113041988_88.jpg&f=1&nofb=1&ipt=cd9243aa8bb7cc8847c77de267fa23264725d5e1b19208536983d7fa350414ea&ipo=images);
    background-repeat: no-repeat;
}

.title{
    background-image: url("Background.jpeg.png"); 
}

h1 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    text-align: center;
    background-color: rgb(254, 255, 248);
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width: 49%; 
    background-color: whitesmoke;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style:italic
}
h3 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    text-align: center;
    background-color: rgb(254, 255, 248);
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width: 30%; 
    background-color: whitesmoke;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style:italic
}
.section {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    background-color: rgb(254, 255, 248); 
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
}

.section2{
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    background-color: rgb(254, 255, 248); 
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
}
/* Ensure your existing body height and background-image remain unchanged */
body {
    /* Add fallback min-height so content fits */
    min-height: 1000px; /* keeps your height but allows it to expand */
    background-size: cover; /* so background image covers nicely */
    background-position: center center; /* center background */
    background-attachment: fixed; /* optional: keeps background fixed on scroll */
    color: #222; /* text color to match existing theme */
    font-family: Arial, sans-serif; /* fallback font */
    line-height: 1.6; /* improve readability */
    margin: 20px; /* adds consistent page margin */
  }
  
  /* Add styling for sections to space them nicely */
  .section {
    margin-bottom: 30px; /* space between sections */
  }
  
  .fill {
    text-align: center;
  }
  /* Styling for headings */
  h1, h2 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    text-align: center;
    background-color: rgb(254, 255, 248);
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width: 49%; 
    background-color: whitesmoke;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style:italic
}
  
  /* Style unordered lists */
  ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  /* Style source and paraphrase boxes */
  .source, .paraphrase {
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 20px;
    border-left: 5px solid #aaa;
  }
  
  .source p, .paraphrase p {
    margin: 0;
  }
  
  /* Make strong tags bold */
  strong {
    font-weight: bold;
  }
  
  /* Container max-width and center for better reading */
  .content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .p {
    text-align: center;
  }

  