body {
	font-family: "Montserrat", sans-serif;
	background-color: #faf5fa;
}
/* main constyles */
.main {
	display: flex;
	flex-direction: row-reverse;

	width: 1200px;
	margin: 0 auto;
}
/* main_cont css */
.main_cont {
	background-color: white;
	margin-left: 500;
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
	padding: 20px 90px;
}

.about {
	margin-bottom: 40px;
}

.title {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 10px;
}

.about-position {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 20px;
	padding: auto;
}
.about-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 55px;
	color: #000000;
	margin-bottom: 25px;
}
.about-description {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	width: 400px;
}
.projects {
	margin-bottom: 50px;
}

.organisation {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fb6d3a;
}

.work-position {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.period {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #a8a8a8;
	margin-bottom: 10px;
}
.work-list {
	padding: 0px;
	margin-left: 15px;
}

.work-list-item {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.project-item {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.project,
.project-link {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}
.project-link {
	margin-left: 15px;
}

.project-list {
	padding: 0px;
	margin-left: 15px;
}

.project-bracet {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.univer {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fb6d3a;
	margin-bottom: 10px;
}

/* sidebar css */
.Sidebar {
	background-color: #1e2939;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 370px;
}
.photo {
	width: 370px;
	margin-bottom: 50px;
}
.sidebar-title {
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 10px;
}
.tech-skills,
.contacts,
.soft-skills {
	margin-left: 40px;
}

.contacts {
	margin-bottom: 50px;
}
.contact-style {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 10px;
}

.contact-link {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	opacity: 0.5;
}
.tech-skills-list {
	padding: 20px;
}
.tech-skills {
	margin-bottom: 45px;
}
.tech-skills-text {
	color: white;
}
.tech-skills-item {
	color: #fb6d3a;
	line-height: 24px;
}
.soft-skills-list {
	padding: 20px;
}
.soft-skills-text {
	color: white;
}
.soft-skills-item {
	color: #fb6d3a;
	line-height: 24px;
}
