/* Write CSS Here */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: rgb(242, 236, 246);
	display: flex;
	justify-content: center;
	align-items: center;
}
.full {
	width: 50%;
	max-width: 1000px;
	min-height: 100px;
	background-color: rgb(220, 223, 235);
	margin: 0px;
	display: grid;
	grid-template-columns: 2fr 4fr;
}
.left {
	position: initial;
	background-color: rgb(145, 248, 111);
	padding: 20px;

}
.right {
	position: initial;
	background-color: rgb(241, 238, 129);
	padding: 20px;

}
.image, .Contact, .Skills, .Language, .Hobbies, .Certifications, .title,
.Summary, .Experience, .Education, .project {
	margin-bottom: 30px;
}
.h2 {
	background-color: rgba(221, 230, 235);
}
