body {
    font-family: 'Aldrich', sans-serif;
    margin: 0;
    padding: 28.3pt 56.7pt;
    line-height: 1.15;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    text-align: center;
    padding-bottom: 2rem 1rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

h1 {
    margin: 0.66em 0;
    width: 100%;
    font-family: 'Aldrich', sans-serif;
    font-size: 24pt;
    color: #000000;
    text-align: left;
}

h2 {
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 15pt;
    font-style: italic;
    color: #666666;
    padding-bottom: 16pt;
}

main {
    max-width: 481.9pt;
    margin: 0 auto;
    flex: 1;
}

article h3.title {
    font-family: 'Aldrich', sans-serif;
    font-size: 26pt;
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    padding-top: 0;
    padding-bottom: 3pt;
    color: #000000;
}

article h3 {
    font-family: 'Aldrich', sans-serif;
    font-size: 14pt;
    color: #434343;
    padding-top: 16pt;
    padding-bottom: 4pt;
}

.text {
    font-family: 'Aldrich', sans-serif;
    font-size: 12pt;
    color: #000000;
    text-align: left;
    margin: 0;
}

.aldrich {
    font-family: 'Aldrich', sans-serif;
    font-size: 12pt;
}

.arch {
    font-family: 'Architects Daughter', cursive;
    font-size: 13pt;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

.spacer {
    height: 12pt;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

footer nav a {
    font-family: 'Aldrich', sans-serif;
    color: #333;
    text-decoration: none;
    margin: 0 1rem;
}

.social-icons {
    margin: 1rem 0;
}

.social-icons a {
    color: #333;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    text-decoration: none;
}

.social-icons a:hover {
    color: #666;
}

footer p {
    font-family: 'Aldrich', sans-serif;
    margin: 0;
    font-size: 0.8rem;
    color: #666;
}

/* Responsive design */
@media (max-width: 600px) {
    body {
        padding: 14pt 28pt;
    }
    h1 {
        font-size: 16pt;
    }
    h2 {
        font-size: 12pt;
    }
    article h3.title {
        font-size: 20pt;
    }
    article h3 {
        font-size: 12pt;
    }
    .text, .aldrich {
        font-size: 10pt;
    }
    .arch {
        font-size: 11pt;
    }
    .social-icons a {
        font-size: 1.2rem;
    }
}