@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100);
html {
}
#overlay {
    font-family: 'Advent Pro', sans-serif;
    font-size: 7em;
    margin: .2em .5em;
    color: rgba(255, 255, 255, 1);
    position: fixed;
    right: 0;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
#card {
    position: fixed;
    right: 0;
    bottom: 0;
}
