*, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#aboutContainer {
	height: 100vh;
	width: 100%;
	background-color: white;
	padding: 15vh;
}
#itemContainer {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
}
#item1 {
	height: 100%;
	width: 30%;
	background-color: #c38de4;
}
#item2 {
	height: 100%;
	width: 70%;
	background-color: #f1dbff;
}
#imgLogo {
	z-index: 0.9;
	position: relative;
}

