body {
    background: #0A0E14 url("/media/img/background.png") 100% 0 no-repeat;
    color: #FFF;
    font-family: "Stack Sans Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
    padding: 48px 32px 32px 32px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100vh;
}

a, a:hover {
    color: #FFF; }

a:hover {
    text-decoration: none; }

.logo {
    margin-bottom: 48px; }

footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
}

footer .links a {
    display: inline-block; }

footer .links a:first-child {
    margin-right: 16px; }

footer p {
    margin-top: 24px;}

.desktop {
    display: none; }
/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {
    body {
        padding:72px 72px 32px;}
    .mobile {
        display: none; }
    .desktop {
        display: block;
    }
}