<style>
  body {
    align-items: center;
    background-color: #f0f0f0;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    padding: 50px;
  }

  h1 {
    color: #1a2e46;
    font-weight: bold;
    text-align: center;
  }

  p {
    margin: 0 0 10px 0;
  }

  /* Adjust the width of columns based on screen size */
  @media (max-width: 100%) {
    .column {
      flex: 1 1 100%;
    }

    .container {
      flex-direction: column; 
    }

    .header-banner {
      height: 100%; /* Adjust height for smaller screens */
      width: 100%;
    }
  }

  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }

  .background {
    background-image: url('Watermark 2.png');
    background-position: center; /* Centers the background image within the container */
    background-size: cover; /* Adjusts the size of the background image to cover the entire container */
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1; /* Ensure the background is behind other content */
    }

  .bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  .button {
    background-color: #1a2e46;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: transform 0.3s ease;
    width: 70%;
  }

  .button-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .button:hover {
    background-color: #c20000;
    transform: scale(1.1);
  }

  .column {
    border: 1px hidden #1a2e46; 
    box-sizing: border-box;
    flex: 1 1 30%;
    padding: 5px;
  }

  .column1 {
    border: 1px hidden #1a2e46; 
    border: inset rgba(26, 46, 70, 1); /* Border color */
    border-radius: 5px; /* Rounded corners */
    box-sizing: border-box;
    flex: 1 1 30%;
    padding: 5px;
  }

  .container {
    display:flex;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 100%;
    text-align: center;
  }

  /* Close button */
  .close {
    color: #1a2e46;
    cursor: pointer;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin: auto;
  }

  .close:hover,
    .close:focus {
      color: #f0f0f0;
      cursor: pointer;
      text-decoration: none;
    }

  .header {
    background-color: rgba(194, 0, 0 , 0.5);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: auto; 
  }

  .header1 {
    background-color: rgba(194, 0, 0 , 0.5);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 20px;
    text-align: center;
    width: auto; 
  }

  .header2 {
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
    width: auto; 
    height: 100%;
  }

  .header-banner {
    height: auto; /* Automatically adjust height based on content */
    max-width: 100%; /* Set maximum width to ensure responsiveness */
    object-fit: cover; /* Ensure the image covers the entire area */
    overflow: clip;
    background-color: #1a2e46;
    position: relative;
    text-align: center;
  }

  /* Style for image */
  .image {
    background-color: rgba(6, 9, 12, 0); /* Black w/ opacity */
    border-radius: 5px;
    color: rgb(194,0,0); /* Fallback color */
    cursor: pointer;
    height: 30px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 3px;
  }

  .image-container {
    text-align: center; /* Optional: Centers the images */
  }

  .image-container img {
    display: inline-block;
    width: 23%; /* Set a fixed width for images */
    height: auto; /* Maintain aspect ratio */
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .image-container1 {
    text-align: center; /* Optional: Centers the images */
  }

  .image-container1 img {
    display: inline-block;
    width: 48%; /* Set a fixed width for images */
    height: auto; /* Maintain aspect ratio */
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }  

  .logo {
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease;
    border-radius: 5px; /* Rounded corners */
  }

  .logo1 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 50%;
    transition: transform 0.3s ease;
  }

  .logo2 {
    height: auto;
    max-width: 15%;
    transition: transform 0.3s ease;
  }

  .logo3 {
    background-color: #1a2e46; /* Background color of the logo */
    border: inset rgba(26, 46, 70, 1); /* Border color */
    border-radius: 5px; /* Rounded corners */
    color: #fff; /* Change the color as needed */
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 15px;
  }

  .menu {
    background-color: #1a2e46;
  }
  
  .menu ul {
    list-style-type: square;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  
  .menu ul li {
    display: inline-block;
  }
  
  .menu ul li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
  }
  
  .menu ul li a:hover {
    background-color: #c20000;
  }

  /* The Modal (background) */
  .modal {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(26,46,70,0.50); /* Black w/ opacity */
    display: none; /* Hidden by default */
    height: 100%; /* Full height */
    left: 0;
    overflow: auto; /* Enable scroll if needed */
    padding-top: 100px; /* Location of the box */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 1; /* Sit on top */
  }

  /* Modal Body */
  .modal-body {
    border: 3px solid #1a2e46;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 17px;
    text-align: left;
  }

  .modal-content {
    animation-duration: 0.4s;
    animation-name: animatetop;
    background-color: #fefefe;
    border: 3px solid #1a2e46;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 1px;
    text-align: left;
    width: 80%;
  }

  /* Modal Header */
  .modal-header {
    background-color: rgba(194,0,0,0.75);
    border: 3px solid #1a2e46;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 2px 16px;
    text-align: left;
  }

  .modal-footer {
    background-color: rgba(194,0,0,0.75);
    border: 3px solid #1a2e46;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 2px 16px;
    text-align: left;
  }

  .p-outside {
    background-color: rgba(194, 0, 0 , 0.5);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    width: auto;
  }

  .text {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin-top: 50px;
    max-width: auto;
    overflow: hidden;
  }

  /* Style for the Scroll Up button */
  .scroll-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgba(194, 0, 0 , 1);
    color: white;
    border: solid;
    border-radius: 50%;
    border-color: black;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    display: none; /* Initially hidden */
    transition: opacity 0.3s;
  }

  .scroll-btn:hover {
    background-color: rgba(26, 46, 70, 1);
    color: white;
  }

  /* Optional: Smooth scroll for the entire page */
  html {
    scroll-behavior: smooth;
  }
</style>
