.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: 5px;
    padding: 3px;
    font-display: auto;
    -webkit-text-fill-color: white;
    height: 40px;
    border-radius: 10px;

}



.topdiv {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #050A30;
    overflow: hidden;
    border-color: #050A30;
    margin: 1px;
    border-radius: 10px;
    /* important – hides image when off screen */
}

.topimg {

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

}

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

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

.navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0 30px;
    height: 100%;
}

.navbar li a {
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
    padding: 8px 12px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navbar li a:hover {
    background-color: #1b2cc1;
    color: #ffffff;
}




h3 {
    text-align: center;
}

.end {
    text-align: center;
    font-size: larger;
}







.noticebar {
    font-size: 20px;
    text-align: center;
    margin-left: 20%;
    width: 60%;
    height: auto;
}



.verifidiv {

    background: linear-gradient(135deg, #8dc711, #b7e44b);
    width: 60%;
    height: auto;
    position: relative;
    margin-left: 20%;
    -webkit-text-fill-color: #050A30;
    font-size: 10px;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    border-style: solid;
    align-items: center;
    justify-content: space-between;

}

.searchbar {
    padding: 1% 2%;
    width: 50%;
    max-width: 300px;
    min-width: 200px;
    height: 30px;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
}


.searchbtn:hover {
    background-color: #050A30;
    color: #8690dd;
    box-shadow: 0% 2% 10% rgba(0, 0, 0, 0.2);
}

.searchbtn {
    width: 10%;
    max-width: 120px;
    min-width: 90px;
    height: auto;
    padding: 1% 2%;
    border-radius: 25px;
    margin: 1% auto 0;
    display: block;
    text-align: center;
    font-size: 0.95rem;
    cursor: pointer;
    background-color: #8690dd;
}




/*
.searchbtn {
    background-color: #050A30;
    color: white;
    border: none;
    padding: 1% 2%;
    border-radius: 25px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
}



/*
.searchbtn {
    border-radius: 10px;
    padding: 10px;
    width: 10%;
    border-radius: 10px;
    height: 54px;
    position: relative;
    padding: 5px;
    text-align: center;
    margin-top: 1%;
    justify-content: center;

}



/*
.searchbar {
    padding: 5px;
    width: 30%;
    border-radius: 10px;
    height: 40px;
    position: relative;





}