body {
    background-color: black;
    /* optional, center the image */
}



.links {
    padding-top: 45px;
    font-family: "Space Mono", serif;
    font-size: .8rem;
    color: #fff !important;

}

.videoIndex {


    position: absolute;
    height: 100%;
    width: 100%;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content {
    position: relative;
    /* Para superponer contenido sobre el video */
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Oscurece el video con transparencia */
    z-index: 0;
}

.tituloIndx {
    margin-top: 23%;
    padding-right: 26%;
}

a {
    color: #fff !important;

}

a:hover {
    text-decoration: none !important;
    font-size: 1rem;
    color: blueviolet !important;
}