body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 480px;
    font-family: SamsungOne,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-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;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px; /* 122.222% */
}

.message {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.content {
    margin-top: 36px;
}

.link {
    margin-top: 16px;
}

.footer {
    margin-top: 24px;
    margin-bottom: 24px;
    align-self: stretch;
    color: #999;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

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