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

body {
    background-color: #e6d5b8;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect width="100" height="100" fill="%23e6d5b8"/><circle cx="10" cy="10" r="1" fill="%23999"/><circle cx="30" cy="20" r="1" fill="%23999"/><circle cx="60" cy="40" r="1" fill="%23999"/></svg>');
    font-family: "Georgia", "Times New Roman", serif;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    border-bottom: 3px solid #8b4513;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #d4a574;
    padding: 30px;
    border-radius: 8px;
}

.header h1 {
    font-size: 2.8em;
    color: #4a2511;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    font-family: "Times New Roman", serif;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 1.2em;
    color: #6b3410;
    font-style: italic;
}

.content {
    margin-bottom: 40px;
}

.box {
    background-color: #fff8f0;
    border-left: 5px solid #8b4513;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.info-box {
    border-left-color: #c9a961;
    background-color: #fffaf5;
}

.facts-box {
    border-left-color: #8b4513;
    background-color: #fff5f0;
}

.facts-box ul {
    list-style-position: inside;
    margin-left: 10px;
}

.facts-box li {
    padding: 8px 0;
    font-size: 1.1em;
}

.story-box {
    border-left-color: #a0522d;
}

.story-box p {
    margin-bottom: 15px;
    text-align: justify;
}

.legacy-box {
    border-left-color: #8b4513;
    background-color: #f5ede3;
}

.footer-note {
    text-align: center;
    padding: 20px;
    background-color: #e6d5b8;
    font-style: italic;
    border-radius: 4px;
    margin: 30px 0;
}

.footer {
    text-align: center;
    border-top: 3px solid #8b4513;
    padding-top: 20px;
    margin-top: 40px;
    color: #6b3410;
    font-size: 0.95em;
}

h2 {
    color: #6b3410;
    margin-bottom: 15px;
    font-size: 1.8em;
    border-bottom: 2px dotted #c9a961;
    padding-bottom: 8px;
}

p {
    margin-bottom: 10px;
}

strong {
    color: #8b4513;
}
