

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
.content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    color: white;
}


select:hover {
    cursor:pointer

}

.movie-cover {
    width: 100px;
    height: 150px;
    object-fit: cover;
}

.table-title {
    font-weight: bold;
}




