html {
    font-size: 62.5%;
    overflow: auto;
    height: var(--inner-height, 100%);
    width: 100%;
}

html,
body {
    /* resetting initial styles */
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3B3B3B;
}

body {
    scrollbar-width: none;
}

.main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: calc(2rem + 22px + 2rem);
}

.main logo {
    display: block;
    width: 10vw;
    max-width: 130px;
    min-width: 60px;
    object-fit: contain;
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.main logo img {
    display: block;
    margin: 0 auto;
    height: auto;
}

.main__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.main__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90%;
    margin-bottom: 24px;
}

.main__header-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    white-space: wrap;
    padding: 0 16px;
}

.main__header-description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    white-space: wrap;
}

.main__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.main__photo img {
    max-width: 75vw;
    max-height: 55vh;
    object-fit: contain;
    background-color: #D9D9D9;
    border-radius: 16px;
}

.main__footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: 90%;
    text-align: center;
    text-overflow: ellipsis;
    margin-top: 16px;
}

.main__footer-name {
    margin-right: 4px;
}

.main__footer-age {
    text-transform: uppercase;
}

/* off logo for lanscape for this need w/h<=3/2 */
@media only screen and (min-aspect-ratio: 3/2) and (max-height: 435px) and (min-width: 436px) {
    .main logo {
        display: none;
    }
}

.app-stores__stores {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: calc(68px + 16px);
}

.app-stores__stores span {
    padding: 16px 0 12px 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.home-page__store-area {
    justify-content: flex-start;
}

.home-page__store-area {
    display: flex;
    justify-content: center;
    width: 100%;
}

.store-button {
    width: 136px;
    height: 38px;
    margin: 0 8px 0 0;
}
