body { 
    font-family: Arial, sans-serif; 
    max-width: 800px; 
    margin: 0 auto; 
    padding: 20px; 
}
.header { 
    text-align: center; 
    margin-bottom: 20px; 
}
.header a { 
    font-size: 24px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #2c3e50; 
}
.header h1 { 
    font-size: 28px; 
    color: #2c3e50; 
    margin-top: 10px; 
    margin-bottom: 20px; 
}
.alphabet { 
    text-align: center; 
    margin-bottom: 30px; 
}
.alphabet a { 
    margin: 0 5px; 
    text-decoration: none; 
    color: #2980b9; 
}
.alphabet a:hover { 
    text-decoration: underline; 
}
.content { 
    margin-bottom: 20px; 
}
.entry { 
    margin-bottom: 20px; 
}
.entry h2 { 
    color: #2c3e50; 
}
.footer { 
    text-align: center; 
    margin-top: 40px; 
}
.footer a { 
    color: #2980b9; 
    text-decoration: none; 
}