* { text-shadow: 0px 0px 1px rgba(0,0,0,0); }
body  { text-rendering: optimizeLegibility; }
body, html { height: 100%; width: 100%; }
body {
    font-size: 16pt;
    font-family: YanoneKaffeesatzBold;
    line-height: 0.8;
    color: #aaa;
    background: #222;
}
a, a:visited, a:hover, a:active { color: rgba(255,255,255,0.1);; text-decoration: none;}
a:hover { color: rgba(255,255,255,0.4); }
.center-contents { display: flex; justify-content: center; align-items: center;}
.outer {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #222;
    padding: 5vw;
}
