* {
    box-sizing: border-box;
}

body {
    background-image: url('paper-bg.png');
    background-size: 125% 125%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #2c3523;
    margin: 0;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-content {
    width: 100%;
    max-width: 800px;
}

h1 { text-align: center; font-size: 2.2em; margin-bottom: 40px; }
h2 { margin: 10px 0; }
p, li { font-size: 1.15em; line-height: 1.6; margin-bottom: 15px; }

.event-box {
    background-color: #d4b483;
    border: 1px solid #a07a4a;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 0;
    width: 100%;
}

.ethics-box {
    background-color: #a4c09a;
    border: 1px solid #859e7d;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}
