* {
    padding: 0;
    margin: 0;
}

body {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: #fbfbfb;
}

#outer_wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

#inner_wrapper {
    margin: 25px;
}

.xy {
    margin: 0 auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

::selection {
    color: #ffffff;
    background: #212121;
}

a:hover, a:visited, a:link, a:active {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #A9B4C2;
}

/* MODIFIER CLASSES */
.ns {
    user-select: none;
}

/* CONTENT */
#logo {
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media (max-width: 768px) {
    #logo {
        max-width: 90vw;
    }
}
