#about {
    max-width: 800px;
    margin: 2rem auto;
    padding: 3rem 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: Georgia, 'Times New Roman', serif;
}

#about h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

#about h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#about p {
    font-size: 1.0rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

#about p:first-of-type {
    font-size: 1.0rem;
    font-weight: 500;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    font-family: 'Courier New', monospace;
    color: #333;
}

pre code {
    background-color: transparent;
    color: #333;
    padding: 0;
}

ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
    line-height: 1.8;
}

li {
    margin-bottom: 0.75rem;
}
