    /* 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;
    }

    body {
        background-color: #ffffff; /* Set your desired background color */
    }

    table {
        border-collapse: collapse;
        width: 100%;
    }
        
    table1, table2, table3, th, td {
        border: inset rgba(26, 46, 70, 1);
    }

    h1, h2, h3 {
        padding: 5px;
    }

    tr:nth-child(odd) {
        background-color: #f2f2f2;
    }   

    tr:nth-child(even) {
        background-color: #e6e6e6;
    }

    .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 */
    }

    .badge {
        width: 500px; /* Set the desired width */
        height: auto; /* Maintain the aspect ratio */
    }

    .badge1 {
        width: 250px; /* Set the desired width */
        height: auto; /* Maintain the aspect ratio */
        margin-left: 125px;
        margin-right: 125px;  
    }

    .badge3 {
        width: 1850px; /* Set the desired width */
        height: auto; /* Maintain the aspect ratio */
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .center-container {
        text-align: right;
    }

    /* Style for the home button */
    .home-button {
        display: inline-block;
        background-color: rgba(194, 0, 0 , 0.80);
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 20px;
        font-weight: bold;
        border: solid;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: inset rgba(26, 46, 70, 1);
    }
    
    .home-button:hover {
        background-color: rgba(26, 46, 70, 1); /* Darker shade of the primary color on hover */
    }

    /* Logo styling */
    .logo {
        background-color: #f2f2f2; /* Background color of the logo */
        border: inset rgba(26, 46, 70, 1); /* Border color */
        border-radius: 5px; /* Rounded corners */
        color: rgba(26, 46, 70, 1); /* 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;
    }

    .underline {
        text-decoration: underline;
    }

    /* Set fixed widths for columns */
    th:nth-child(1), td:nth-child(1) {
        width: 500px;
        padding: 5px;
    }

    th:nth-child(2) {
        width: 550px;
        text-align: center;
    }

    td:nth-child(2) {
        width: 550px;
        text-align: left;
    }

    th:nth-child(3) {
        width: 500px;
        text-align: center;
    }

    td:nth-child(3) {
        width: 500px;
        text-align: left;
    }

    th:nth-child(4) {
        width: 500px;
        text-align: center;
    }
    
    td:nth-child(4) {
        width: 500px;
        text-align: left;
    }
