body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #EBE1D8;
    color: black;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-family: 'Thunder', sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

.last-updated {
    color: #666;
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
}

@font-face {
    font-family: 'Thunder';
    src: url('Thunder-BlackLC.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}