
#wrapper {
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url("img/background_image.jpg");
	background-size: cover;
	background-position: center;

}

body {
	margin: 0;
}

#main {
	padding: 60px;
    text-align: center;
	width: 310px;
	height: 300px;
	background-color: #252A34;
	opacity: 0.92;
	border-radius: 32px;
}

#roundimage {
	border-radius: 50%;
	border: 0px;
}

#name {
	font-size: 36px;
	font-family: Arial;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

#about {
	font-size: 18px;
	font-family: Arial;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px
}

.icon {
	height: 43px;
	width: 50px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	padding-top: 7px;
	font-size: 30px;
	margin: 6px;
	color: white;
	text-decoration: none;
}

#email {
	background-color: #E0C0A8;
}

#linkedin {
	background-color: #65A0BA;
}