/* Reset styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

/* Basic styles */

.profile-image img {
    max-width: 250px;
    border-radius: 50%;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

header h1 {
    margin: 0;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.section h2 {
    margin-bottom: 20px;
}

.profile-image img {
    border-radius: 50%;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}


.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
}


.flag-icon {
    width: 30px; /* Set the width */
    height: 20px; /* Set the height */
}