.link {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}


.video {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
}

.colored {
    background-color: #4B0082;
}

.theatre-bg {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #060606;
    background-image: url('/img/etoile-theatre.jpg'); 
}

.galaxy {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/img/etoile-galaxy.jpg');  
}

svg {
    width: 70%;
    max-width: 1000px;
    z-index: 1000;
}

body {
    margin: 0;
    overflow: hidden;
}
