a.projectTitle {
    z-index: 3;
    padding: 1rem;
    color: inherit;
    text-decoration: none;
}

.projectTitle:hover {
    text-transform: uppercase;
    color: rgb(104, 163, 180);
    cursor: none;
}

.video {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}


.dark {
    background-color: black;
    color: white;
}

.light {
    background-color: white;
    color: black
}

#scene-container {
    position: absolute;
    top: 0;
    left:0;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgb(255, 255, 255);
}