body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

header h1 {
    font-family: Georgia, serif;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

header .intro {
    font-style: italic;
    font-size: 14px;
    color: #666;
}

section h2 {
    font-family: Verdana, sans-serif;
    font-size: 24px;
    color: #007acc;
    text-decoration: underline;
}

.text1 {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

blockquote.highlight {
    font-family:'Times New Roman', serif;
    color: #f0f8f8;
    margin-left: 10px;
    border-left: 3px solid #10af25;  
}

.text2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #444;
}

footer p {
    font-size: 12px;
    text-align: center;
    color: #888;
}