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

h1 {
    color: #2c3e50;
    font-size: 2em;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

h2 {
    color: #2c3e50;
    font-size: 1.3em;
    margin-top: 30px;
}

p, li {
    font-size: 1em;
    color: #444;
}

ul {
    padding-left: 20px;
}

.logo-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.app-logo {
    max-width: 120px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.lang-switcher {
    text-align: center;
    margin-bottom: 40px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.lang-switcher a {
    margin: 0 15px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 1.1em;
}

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

hr {
    margin: 50px 0;
    border: 0;
    border-top: 2px dashed #ccc;
}