body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /* background-color: #2a2d31; */
  background-color: rgb(230, 230, 230);
}
#headshot {
  width: 100%;
  border-radius: 50%;
}
.container {
  display: flex;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  background-color: rgb(230, 230, 230);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.left-section {
  flex: 1;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.right-section {
  flex: 3;
  padding-left: 20px;
}
header {
  text-align: center;
  margin-bottom: 20px;
}
header h1 {
  margin: 0;
}
section {
  margin-bottom: 20px;
}
h2 {
  color: #333;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 5px;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  margin-bottom: 10px;
}
.content {
  margin-left: 2%;
}
.responsibilities li {
  list-style-type: disc;
  margin-left: 8%;
  margin-bottom: auto;
}
.progress-bar {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 10px;
}
.progress-bar div {
  height: 20px;
  border-radius: 5px;
  background-color: #209cee;
}
.contact-info,
.skills,
.languages,
.education {
  margin-bottom: 20px;
}
.contact-info p,
.skills p,
.languages p,
.education p {
  margin: 5px 0;
}
.language-proficiency {
  display: flex;
  align-items: center;
}
.language-proficiency .stars {
  margin-left: 10px;
}
.stars i {
  color: #209cee;
}
.stars i.empty {
  color: #ccc;
}
a,
a:visited {
  color: inherit;
}
.linkedin-gitlab {
  display: flex;
  gap: 20px;
}