.footerimg {
    width: 20px;
    left: 50%;
    right: 50%;
    border-color: aliceblue;
    border-style: solid;
    padding: 1px;



}

footer {
    position: relative;
    font-size: 20px;
    background-color: #050A30;
    text-align: center;
    border-color: black;
    border-style: solid;
    margin: 1px;
    padding: 3px;
    font-display: auto;
    -webkit-text-fill-color: white;
    height: 40px;
    border-radius: 10px;
}




.topdiv {

    width: 100%;
    height: 100px;
    background-color: #050A30;
    border-color: #050A30;
    margin: 1px;
    border-radius: 10px;


}

.topimg {

    animation: slideLoop 8s linear infinite;
    width: 95px;
    height: auto;

}

/* Infinite sliding animation */
@keyframes slideLoop {
    0% {
        transform: translateX(-10%);
        /* start outside left */
    }

    100% {
        transform: translateX(1500%);
        /* move completely to the right */
    }
}

ul {
    list-style-type: none;
    list-style-position: inline;
    display: flex;
    margin: 3px;
    gap: 15px;
    -webkit-text-fill-color: white;
    font-size: larger;


}

.bardiv {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #050A30;
    overflow: hidden;
    border-color: #050A30;
    margin: 1px;
    text-align: left;
    border-radius: 10px;


}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}

h2 {
    text-align: center;
    font-size: 30px;
}

.InfoDiv {
    background-color: #8dc711;
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 20%;
    position: relative;
    -webkit-text-fill-color: #050A30;
    font-size: 15px;
    border-radius: 20px;

    /*   border: #050A30;
   border-style: solid;  */

}


.H2Div {

    margin-left: 10px;
}



.webinfo {
    margin-left: 30%;
    font-size: 25px;
    display: none;
}

.webbtn {
    border: snow;
    background-color: seashell;
    align-items: center;
    margin-left: 50%;
    margin-bottom: 2px;
    margin-top: 2px;

}


.ACSinfo {
    margin-left: 30%;
    font-size: 25px;
    display: none;

}

.ACSbtn {
    border: snow;
    background-color: seashell;
    align-items: center;
    margin-left: 50%;
    margin-bottom: 2px;
    margin-top: 2px;


}

.appinfo {
    margin-left: 30%;
    font-size: 25px;
    display: none;

}

.appbtn {
    border: snow;
    background-color: seashell;
    align-items: center;
    margin-left: 50%;
    margin-bottom: 2px;
    margin-top: 2px;
}