body {
    background-color: #0D1526;
    margin: 0;
}

p {
    color: white;
    margin-bottom: 25px;
    margin-top: 0px;
}

.nav-link { 
    color: white;
}

h3 { 
    color: white;
}

h1 { 
    color: white;
}

h2 { 
    color: white;
}

h4 { 
    color: white;
}

strong {
    color:white;
}

ul {
    background-color: #333B50;
    padding: 10px;
    gap: 45px;
}

.container {
    padding: 50px;
    padding-top: 60px;
    padding-bottom: 0%;
}

.container-fluid {
   padding: 40px;
}

.titlesection {
display: flex;
justify-content: center;
padding-top: 25px;
}

.imagelabel {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 1px;
    }

.navbar {
        overflow: hidden;
        background-color: #333B50;
        position: fixed; /* Set the navbar to fixed position */
        top: 0; /* Position the navbar at the top of the page */
        width: 100%; /* Full width */
      }

#myBtn {
        display: block; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 80px; /* Place the button at the bottom of the page */
        right: 40px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: 1%; /* Remove borders */
        text-decoration: none;
        outline-style: solid;
        outline: limegreen; /* Remove outline */
        outline-style: solid;
        background-color: #0D1526; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding-top: 6px; /* Some padding */
        padding-bottom:8px;
        padding-left: 15px;
        padding-right:15px;
        line-height: normal;
        border-radius: 800px; /* Rounded corners */
        font-size: 25px; /* Increase font size */
        letter-spacing: 0px;
        word-spacing: 0px;
        transform: scale(1, -1);
                -moz-transform: scale(1, -1);
                -webkit-transform: scale(1, -1);
                -o-transform: scale(1, -1);
                -ms-transform: scale(1, -1);
                transform: scale(1, -1);
      }
    

    