body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 40px 20px;
    min-height: 100vh;
    color: #333;
    background-color: #f7f1ef;
}

.page-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.lang-switch {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.lang-switch a,
.lang-switch span {
    color: #7a4b4b;
    text-decoration: none;
    font-weight: 700;
}

.lang-switch a:hover {
    color: #b22222;
    text-decoration: underline;
}

.lang-switch .current {
    color: #b22222;
}

h1 {
    color: #b22222;
    border-bottom: 2px solid #b22222;
    padding-bottom: 10px;
}

h2 {
    color: #2c3e50;
    margin-top: 30px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 15px;
}

a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #2980b9;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(101, 69, 69, 0.14);
}
