body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f0f2f5;
    color: #1c1e21;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

h1 {
    font-size: 6rem;
    margin-bottom: 10rem;
    color: #007bff;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0,0,0,0.2));
    border-bottom: 1px solid rgba(206, 206, 206, 0.2);
    padding-bottom: 15px;
}

h2 {
    font-size: 3rem;
    color: #606770;
}

@media (max-width: 768px) {
    h1 {
        font-size: 4rem;
        margin-bottom: 5rem;
    }

    h2 {
        font-size: 1.5rem;
    }
} 