* {
    text-align: center;
    color: white;
    z-index: 0;
}
a {
    color: cyan;
}
a.visited {
    color: magenta;
}
#eyeball {
    opacity: 0.1;
    position: fixed;
    top: 0px;
    left: calc(50vw - 50vmin);
    height: auto;
    width: 100vmin;
    z-index: -1;
}
html {
    background-image: url("layer1.png");
    z-index: -2;
}
video {
    height: auto;
    width: 20%;
    position: relative;
    padding-right: 2.5%;
    padding-bottom: 2.5vw;
}
