#bgVideo { 
    position: absolute; 
    right: 0; 
    bottom: 0; 
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: hue-rotate(90deg);
    }

#logo {
    max-width: 50%
}

#entryButton {
    border-color: rgb(255,255,255,0.7);
    background: none;
    color: white;
}

#logoButton {
    padding: 0;
    border: none;
    background: none;
    color: white;
}

.content { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;
    background-color: rgba(0,0,0,0.8);
    text-align: center; 
    z-index: 1; 
    padding: 10px;
    }    

body {
    font-family: "Space Grotesk", sans-serif;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}