body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.text {
    font-size: large;
    font-family: Helvetica;
    text-align: center;
}

.text-mobile {
    font-size: xxx-large;
}

.install-btn {
    background-color: #D83883;
    border: none;
    border-radius: 24px;
    color: white;
    padding: 30px 64px;
    text-align: center;
    font-size: 64px;
    font-family: Helvetica;
    word-wrap: break-word;
    min-width: 35%;
    max-width: 80%;
}

.notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

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

.app-description-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 128px;
    max-width: 90%;
}

.app-icon {
    width: 300px;
    height: 300px;
    margin: 0 0 16px 0;
    border-radius: 48px;
}

.app-name {
    font-size: 64px;
    font-family: Helvetica;
    font-weight: bold;
    text-align: center;
    margin: 0 0 24px 0;
    width: 100%;=
    word-wrap: break-word;
}

.app-description {
    font-size: 48px;
    font-family: Helvetica;
    text-align: center;
    margin: 0 0 16px 0;
    word-wrap: break-word;
}
