#wrapper {
    grid-template-rows: auto 1fr;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h1 img {
    width: 100%;
}

#mainArea {
    overflow: auto;
}

#mainAreaInner {
    max-width: 924px;
    margin: 0px auto;
    padding: 12px;
}

#downloadSection {
    text-align: center;
}

#apeMarketNotice {
    font-size: 14px;
    font-style: italic;
    margin-top: 24px;
}

.pwaLaunchLink {
    background-color: #cc0000;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
}

.pwaLaunchLink:hover {
    text-decoration: none !important;
}

#ssPreview {
    width: 100%;
    border-radius: 8px;
}

#crFooter {
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    margin-top: 48px;
}

#crFooterName {
    font-weight: bold;
}