* {
    padding: 0;
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #e2d8ad;
    background-color: #1f121b;
}

.container {
    max-width: 680px;
    margin: 0 auto;
    padding: 1rem 1rem;
    text-align: center;
}