body {
  font-family: "Montserrat", sans-serif;
  background-color: #e5e5e5;
  margin: 0;
  padding: 0;
}

.main {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main_content {
  width: 830px;
  padding: 60px 40px 40px 88px;
  box-sizing: border-box;
}

.About {
  margin-bottom: 50px;
}

.about_h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.about_h1 {
  margin: 10px 0 25px 0;
  font-size: 45px;
  font-weight: 700;
}

.about_p {
  font-size: 14px;
  line-height: 1.6;
  color: #595959;
}

.Project,
.work,
.education {
  margin-bottom: 45px;
}

.project-title,
.h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

ol,
ul {
  padding-left: 20px;
  margin: 0;
}

.li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #000;
}

.a_project {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.a_project:hover {
  border-bottom: 2px solid #fb6d3a;
  color: #fb6d3a;
}

.brackets {
  color: #595959;
  font-weight: normal;
  font-size: 12px;
}

.sidebar {
  background-color: #1e2939;
  width: 370px;
  color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}

.photo {
  width: 100%;
  height: auto;
  display: block;
}

.contacts,
.tech {
  padding: 40px 20px 0 40px;
}

.soft {
  padding: 40px 20px 40px 40px;
}

.contacts h3,
.tech h3,
.soft h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.a_sidebar {
  color: #a8a8a8;
  text-decoration: none;
}

.a_sidebar:hover {
  color: #fb6d3a;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  color: #fb6d3a;
  margin-bottom: 10px;
  font-size: 14px;
}

.span2 {
  color: white;
}

span {
  color: #fb6d3a;
}

p {
  font-size: 14px;
  font-weight: normal;
  color: #a8a8a8;
  margin: 5px 0;
}

h4 {
  font-size: 16px;
  margin: 15px 0 5px 0;
}

h5 {
  font-size: 14px;
  margin: 5px 0;
  color: #000;
}

.project-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.github-link {
  font-size: 11px;
  color: #fb6d3a;
  text-decoration: none;
  border: 1px solid #fb6d3a;
  padding: 2px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}

.github-link:hover {
  background-color: #fb6d3a;
  color: #fff;
}
