body {
    font-family: Arial, sans-serif;
    /*font-style: italic;*/
    line-height: normal;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.language-switcher {
    text-align: right;
}

.language-switcher a {
    background-color: deepskyblue;
    color: white;
    border: none;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 5px;
    outline: none;
    text-decoration: none;
    font-style: normal;
    font-size: 0.8rem;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    width: 80%;
}

.name {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}

.contacts {
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.position {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.salary {
    font-size: 1rem;
    margin-bottom: 20px;
}

.section {
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid rgb(204, 204, 204)
}

.section-title-margin {
    font-size: 1.1rem;
    margin-bottom: 10px; /* Remove margin-bottom */
}

.bold {
    font-weight: bold;
}

.content {
    font-size: 1rem;
    margin-top: 0;
}

.experience-position {
    margin-top: 20px;
    padding-inline-start: 20px;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul ul {
    list-style-type: disc;
}

.strike-through {
    text-decoration: line-through;
    color: red;
}

.survey_head_image {
    margin: auto;
    border: 1px solid rgb(218,220,224);
    border-radius: 8px;
    margin-top: 12px;
    background-size: cover;
    background-position: center;
    max-height: 22.5vw;
    max-width: 90vw;
    height: 160px;
    width: 640px;
}

.personal_development {
    background-image: url(/images/personal_development.jpg);
}

.survey_text_head {
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    word-wrap: break-word;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    background-color: rgb(187, 200, 209);
    color: rgba(0, 0, 0, 1);
}