* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #2b2b2b;
    color: #afafaf;
    font-family: 'Geist', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 800px;
    padding: 20px;
    text-align: center;
}

.year {
    font-size: 16px;
    margin-bottom: 40px;
}

.main-text {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.more {
    font-size: 16px;
} 