body {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
    color: #222;
    background: #ffffff;
}

h1 {
    margin-bottom: 8px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 12px;
}

p {
    margin-bottom: 16px;
}

ul {
    padding-left: 24px;
}

li {
    margin-bottom: 8px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.meta {
    color: #666;
    margin-bottom: 32px;
}

.home-links {
    margin-top: 30px;
}
h3 {
    margin-top: 24px;
    margin-bottom: 8px;
}

body {
    min-height: 100vh;
}
.hero {
    text-align: center;
    margin-bottom: 48px;
}

.hero img {
    width: 180px;
    max-width: 100%;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 8px;
}

.hero p {
    color: #666;
    font-size: 1.1rem;
}

.section {
    margin-top: 40px;
}
.hero {
    text-align: center;
    margin-bottom: 48px;
}

.app-icon {
    width: auto;
    height: auto;

    margin: 0 auto 0 auto;

    background: white;

    border-radius: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icon img {
    width: auto;
    height: auto;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 8px;
}
.app-icon {
    background: linear-gradient(
        180deg,
        #ffffff,
        #f8f8f8
    );
}