div#container
{
   width: 972px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_Text1a 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1a div
{
   text-align: center;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#Shape12
{
   border-width: 0;
}
        body {
            margin: 0;
            font-family: Arial, sans-serif;
                 }

        header {
            background: linear-gradient(to bottom, #001F3F, #1e81b0); /* Dark blue to light blue gradient */
            color: #fff;
            padding: 5px;
            text-align: center;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        nav {
            display: flex;
            align-items: center;
        }

        nav a {
            color: #fff; /* White text on gradient background */
            text-decoration: none;
            padding: 5px;
            margin: 0 10px;
        }

        main {
            padding: 15px;
        }

            
        /* Image styling */
        #headerMenuImage {
            position: absolute;
            top: 5px; /* Adjust the top position as needed */
            left: 100px; /* Adjust the left position as needed */
            height: auto; /* Maintain the aspect ratio */
        }
    