body {
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    padding: 40px;
    display: flex;
    justify-content: center;
    color: #000000;
    min-height: 100vh;
    align-items: center;
}

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

h1 {
    letter-spacing: -0.5px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
}

.container {
    text-align: center;
    max-width: 600px;
}