* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #fff;
    color: #000;
    line-height: 1.6;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 80px 0 40px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

section {
    margin-bottom: 60px;
}

.image-container {
    margin-bottom: 30px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.coming-soon {
    font-size: 16px;
    color: #666;
    font-style: italic;
}
