@import url('https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  
    body {
      background: url('misc_img/links_bg.jpg') no-repeat center center fixed;
      background-size: cover;
      overflow-x: hidden;
      height: 100vh;
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;

    }
     .page-title {
  font-family: "Monsieur La Doulaise", cursive;
  font-size: 5rem;
  margin: 45px 0 -40px; /* top, right/left, bottom spacing */
  text-align: center;
  color: #ffc81d;
  letter-spacing: 3px;
}

.box-headers {
  font-family: "Courier Prime", monospace;
  font-size: 2rem;
  margin-bottom: 0px;
  text-align: center;
  color: #65601C;
  letter-spacing: 3px;
}

 .box-headers-1 {
  font-family: "Edu NSW ACT", cursive;
  font-size: 2rem;
  margin-bottom: -25px;
  text-align: center;
  color: #65601C;
  letter-spacing: 3px;
}

.link-headers {
  font-family: "Edu NSW ACT", cursive;
  font-size: 1.5rem;
  margin: 25px 0;
  text-align: center;
  color: #ab5341;
  letter-spacing: 3px;
  cursor: pointer;
}

.button-headers {
  font-family: "Edu NSW ACT", cursive;
  font-size: 2rem;
  margin: 2px ;
  text-align: center;
  color: #ffc81d;
  letter-spacing: 3px;
}

    p {
      font-family: "Courier Prime", monospace;
      max-width: 100%;
      line-height: 1.7;
      font-size: 1.15rem;
      color: #3E3411;
      text-align: center;
      user-select: text;
      z-index: 10;
      position: relative;
      padding: 5px;
    }

    .p1{
      font-family: "Edu NSW ACT", cursive;
      max-width: 100%;
      line-height: 1.3;
      font-size: 1.3rem;
      color: #ab5341;
      text-align: center;
      user-select: text;
      z-index: 10;
      position: relative;
      padding: 5px;
      margin:0;
    }


    a {
      color: #ab5341;
      text-decoration: none;
      border: none;
      transition: color 0.3s ease;
    }
    
    .page-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px 20px;
      gap: 15px;
    }
    
    .content-box {
      background-color: #AF9F40;
  padding: 5px;
  border-radius: 0; 
  max-width: 600px;
  width: 60%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
    }
    

    .nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 1px;
}

.nav-btn {
  font-family: "Edu NSW ACT", cursive;
  background-color: #65601C;
  color: #AF9F40;
  text-decoration: none;
  height: 33px;
  width: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
  
  .back-home-btn {
  position: fixed;
  top: 35px; /* adjust as needed */
  left: 35px;
  z-index: 3; /* must be higher than overlay-image's z-index */
}

.back-home-btn img {
  width: 150px; /* or however big you want the button */
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.back-home-btn img:hover {
  transform: scale(1.1);
}

.images-left, .images-right {
  position: absolute;
  top: 180px;
  width: 29vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: center;
}

.images-left {
  left: 0;
}

.images-right {
  right: 0;
}

.monsieur-la-doulaise-regular {
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
}

.edu-nsw-act-cursive {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1200px) {
  .images-left, .images-right {
    width: 21vw;
  }
}

@media only screen and (max-width: 1100px) {
  .images-left img, .images-right img {
    width: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .images-left, .images-right {
    top: 230px;
  }
}

@media only screen and (max-width: 650px) {
  .images-left, .images-right {
    top: 320px;
  }
}

  @media only screen and (max-width: 600px) {
  .page-title {
    font-size: 10vw;
  }
  .box-headers {
    font-size: 7vw;
  }
.link-headers {
    font-size: 5vw;
  }
}
  
  @media only screen and (max-width: 555px) {
  .images-left, .images-right {
    top: 450px;
  }
.content-box p {
    font-size: 3vw;
  }
}