@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

*,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
}

body {
	background-color: gainsboro;
}

ul {
	list-style: none;
}

main {
	margin: 1rem;
	display: grid;
	display: flex;
	flex-direction: row;
	filter: drop-shadow(0, 0, 0.4rem black);
	flex-direction: row;
	padding: 1.5rem;
	width: auto;
	height: auto;
}

.personal,
.skills,
.Languages {
	padding: 1rem;
	line-height: 2;
}
.Left,
.education {
	background-color: #fff;
}

.left-image {
	position: relative;
}

img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}

.left-image h2 {
	position: absolute;
	bottom: 0.5px;
	left: 1rem;
}

.education {
	line-height: 2;
	padding: 2rem;
}

.date {
	color: green;
}

.current {
	background-color: green;
	color: #fff;
	padding: 0.5rem;
	border-radius: 3px;
}

.education {
	margin-top: 2rem;
}

.education ul {
	margin: 2rem 0;
	line-height: 2;
}

i {
	color: green;
}

footer {
	background-color: green;
	padding: 2rem 0;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

footer i {
	color: white;
}
