/* CSS Resets */
h1, h2, h3, h4, p, nav ul {
	padding: 0;
	margin: 0;
}
nav ul {
	list-style-type: none;
}
img { max-width: 100%; display: block; }
* { box-sizing: border-box;}

/* end Resets */
body {
	background-color: #413E45;
}
.container {
	position: relative;
	margin: 0 auto;
}
a {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #F1D9FF;
	text-decoration: none;
	padding-left: 30px;
}
ul {
	list-style-type: none;	
}
#assigments {
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 600px;
	height: 800px;
	position: absolute;
	top: 250px;
	left: 50px;
	font-size: 30px;
	background-color: #604980;
}
#assigments h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	padding-left: 40px;
	padding-top: 45px;
	padding-bottom: 0px;
}

#finalProjects {
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 600px;
	height: 300px;
	position: absolute;
	top: 400px;
	left: 800px;
	font-size: 30px;
	background-color: #604980;
}
#finalProjects h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	padding-left: 40px;
	padding-top: 45px;
	padding-bottom: 0px;
}
#title {
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 600px;
	height: 200px;
	position: absolute;
	top: 30px;
	left: 50px;
	font-size: 30px;
	background-color: #604980;
}
#title h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:white;
	padding: 50px;
	margin-top: 20px;
}
aside {
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 600px;
	height: 350px;
	position: absolute;
	top: 30px;
	left: 800px;
	font-size: 30px;
	background-color: #604980;
}
aside h3 {
	text-align: center;
	padding: 20px;
	color: white;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
aside p {
	padding: 20px;
	color: white;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 100%;
	background-color: #f2f2f2;
	text-align: center;
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	height: 40px;
	background-color: #604980;
	padding-top: 10px;
}
footer a {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	text-align: center;
	font-size: 20px;
}

img {
	margin-left: 40%;
	margin-top: 25px;
	border-radius: 300px;
	box-sizing: border-box;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
	outline-offset: -5px;
	outline: 8px solid #C8B6FF;
}