body {
    background-image: url('Eucalyptus_Background_01.png'); /* Replace 'your-image.jpg' with your image path */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    }
     h1 {
      font-size: 35px;
    }
 h5 {
      font-size: 150px;
    }
    h2 {
      font-size: 35px;
    }
    h5 {
  margin-bottom: 20px; /* Adds 20px of space below the h1 */
}

h2 {
  margin-top: 15px; /* Adds 15px of space above the h2 */
  margin-left: 10px; /* Adds 10px of space to the left of the h2 */
}
h1 {
  color: white;
}
.white-text {
  color: #FFFFFF;
}
#unique-white-text {
  color: rgb(255, 255, 255);
}
h5 {
  color: white;
}
.white-text {
  color: #FFFFFF;
}
#unique-white-text {
  color: rgb(255, 255, 255);
}
h2 {
  color: white;
}
.white-text {
  color: #FFFFFF;
}
#unique-white-text {
  color: rgb(255, 255, 255);
}
.page-container {
    position: relative;
    min-height: 100vh; /* Ensures container takes up at least the full screen height */
    /* Add padding-bottom equal to the image height to prevent content overlap */
}

.bottom-absolute-image {
    position: absolute;
    bottom: 0; /* Aligns to the bottom of its parent container */
    left: 50%; /* Aligns to the left of its parent container */
    transform: translateX(-50%);
}
a { color: white; }
a {
      font-size: 35px;
    }
    .center-container {
    text-align: center
    }
    p {
  color: white;
}
.white-text {
  color: #FFFFFF;
}
#unique-white-text {
  color: rgb(255, 255, 255);
}