
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    color: #111;
}

header {
    text-align: center;
    margin-bottom: 40px;
}

.name {
    font-size: 2.5em;
    margin: 0;
}

.title {
    font-size: 1.2em;
    color: #555;
}

.lang-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
}

h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

a {
    color: #0066cc;
}
