body {
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
#navbarNav a {
    text-decoration: underline;
    font-size: 1.2rem;
    margin-top: 20px;
}
header {
    background: linear-gradient(-45deg, #001A70, #000033, #020147, #001A70);
    background-image: url('https://get-badge.com/public-assets/58/bg-2026.webp');
    animation: gradient 15s ease infinite;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form-holder {
    display:none;
}
.main-image {
    display: none;
}