#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.card {
    border: none;
    border-radius: 20px; 
}
.navbar {
    background-color: rgba(0, 0, 51, 0.44);
}
.navbar a {
    color: white !important;
}
footer {
    background-color: transparent;
    color: white;
    padding: 20px;
    margin-top: auto; 
}
