body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f9;
    color: #333;
}

.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

h1 {
    color: #1a1a1a;
    font-size: 24px;
    margin: 0;
}

h2 {
    color: #1a1a1a;
    border-bottom: 2px solid #007aff;
    padding-bottom: 5px;
    margin-top: 30px;
}

.language-switcher a {
    color: #007aff;
    text-decoration: none;
    font-weight: 500;
}

.language-switcher a:hover {
    text-decoration: underline;
}

a {
    color: #007aff;
}

strong {
    font-weight: 600;
}

hr {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 30px 0;
}
