body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: radial-gradient(circle, #F5F5DC, #EDE4D4);
    color: #36454F;
    line-height: 1.6;
}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap');

.logo { position: fixed; top: 10px; left: 10px; z-index: 1000; }
.logo img { border: none; }

#content { margin-top: 20px; margin-left: 250px; margin-right: 20px; margin-bottom: 50px; }

footer { position: fixed; bottom: 0; width: 100%; background-color: rgba(245, 245, 220, 0.7); color: #36454F; padding: 10px 0; text-align: center; font-size: 0.9rem; }

a { color: #36454F; text-decoration: underline; }
a:hover { color: #2C3E50; text-decoration: none; }

h1 { font-family: 'Cormorant Garamond', serif; text-align: center; font-size: 2.5em; color: #36454F; text-shadow: 1px 1px 0 #F5F5DC, -1px 1px 0 #F5F5DC, 1px -1px 0 #F5F5DC, -1px -1px 0 #F5F5DC; }

h2, h3 { font-family: 'Cormorant Garamond', serif; color: #2C3E50; font-weight: 400; }
h2 { font-size: 1.8em; margin-top: 20px; }
h3 { font-size: 1.4em; margin-top: 15px; }

p, li { font-size: 1.2em; margin-bottom: 10px; }
ul { list-style-type: disc; margin-left: 20px; }

.highlight { font-weight: bold; color: #36454F; }

.example { background-color: #EDE4D4; padding: 10px; border-left: 4px solid #36454F; margin: 10px 0; }

.footer { text-align: center; margin-top: 20px; font-size: 0.9em; color: #2C3E50; }

@media (max-width: 768px) {
    .logo { position: static; margin: 0 auto; display: block; text-align: center; }
    #content { margin: 20px auto; margin-left: 0; padding: 0 10px; }
}
@media (min-width: 769px) {
    .logo { position: fixed; top: 10px; left: 10px; }
    #content { margin-left: 250px; }
}