*:not(:defined) > * {
    display: none;
}

* {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html {
    min-height: 100%;
}

html, body {
    min-height: 100%;
    padding:0;
    margin:0;
    background: black;
    line-height: 1.5;
}

footer {
    z-index: 1000;
    position:absolute;
    bottom:20px;
    right: 50px;
    font-style: italic;
    opacity: 0.5;
    padding-left: 10px;
}

@media (min-width: 800px) {
    body {

    }
}

nav {
    position: absolute;
    right: 30px;
    top: 126px;
    font-size: 16px;
}

/**********************************************************************/

stay-focused a {
    color: white;
}

stay-focused h1 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    color: white;
    font-weight: normal;
    transition: all ease-in-out 0.3s;
}

stay-focused main {
    position:absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    pointer-events: none;
    color: white;
    transition: all ease-in-out 0.3s;

    white-space: nowrap;
    font-size: 20px;
}

a {
    pointer-events: all;
}

@media (min-width: 800px) {
    stay-focused h1 {
        top: 30px;
        padding-left: 330px;
        font-size: 40px;
    }

    stay-focused main {
        font-size: 40px;
    }
}
