html {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-family: "Oswald", Verdana, sans-serif;
    vertical-align: baseline;
    line-height: normal;
    text-align: center;
    color: #EEE;
}

body {
    opacity: 1;
    color: #252525;
    margin: 0;
}

#content {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}

a {
    color: inherit;
    text-decoration: inherit;
}

.emote {
    vertical-align: middle;
    margin-top: -12px;
    margin-bottom: -8px;
}

#footer {
    font-size: 150%;
    color: #FFF;
}

.item {
    display: inline-block;
    font-size: 4em;
    text-decoration: none;
    background: #FFF;
    border: 4px solid white;
    line-height: 0.85em;
    padding: 0 0.4em 0.1em 0.4em;
    margin: 0.1em;
    transition: background, color 0.02s ease-in-out;
}

.item:hover {
    background: transparent;
    color: #FFF;
}

.item-emote {
    height: 0.7em;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    overflow: hidden;
}

#bg-video {
    min-width: 100%;
    min-height: 100%;
}

.hearthstone-design-space {
    height: 32px;
}
