@import url('https://fonts.googleapis.com/css?family=Oswald:700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:300&subset=latin-ext');

body {
    margin: 0;         
}
iframe {
    display: block;
    background: #000;
    border: none;  
    height: 100vh; 
    width: 100vw;
}

#box {position: absolute;
    top: 10%;
    right: 10%;
    display: block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 300px;
    height: auto;
    z-index: 2;
}

#box p {font-family: oswald;}
#box li a {text-decoration: none; color: #333; font-family: lato; font-weight: 600; font-size: 1em;}
#box li a:hover {text-decoration: underline;}

        #bg {
            position: fixed;
            left: 0px;
            top: 0px;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            overflow: hidden;
            z-index: 1;
        }