body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 480px;
    font-family: 'Graphik-Regular-Cy', serif;
}

.wrapper {
    min-height: 480px;
    height: 100vh;
    height: 100dvh;
}

.spacer {
    flex: 1;
}

.wrapper, .header, .content, .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    margin-top: 64px;
}

.logo img {
    width: 100px;
    height: 100px;
}

.app-name {
    display: inline-block;
    margin-top: 8px;

    align-self: stretch;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* 18 m */
    font-family: "Graphik-Medium-Cy", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 543;
    line-height: 26px; /* 144.444% */
}

.message {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Graphik-Regular-Cy", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.content {
    margin-top: 36px;
}

.link {
    margin-top: 16px;
}

.footer {
    margin-top: 24px;
    margin-bottom: 24px;
    align-self: stretch;
    color: #8D8D92;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Graphik-Regular-Cy", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

@media (min-height: 480px) {
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }
}

.popmechanic-js-container {
    display:none !important;
}