body {
	background: #000000e3;
	background-image: url("/images/bg.png");
	background-image: linear-gradient(#0008, #0008),url("/images/bg.png");
	display: flex;
	align-items: center;
	min-height: 100vh;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	color: white;
}
.content > div {
	background-color: #00000069;
	padding: 2rem 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
h1 {
	color: #e6e6e6;
	text-align: center;
	font-size: 2rem;
	white-space: nowrap;
}
img {
	width: 8rem;
	margin-top: 2rem;
}
.hobbies {
	display: flex;
	width: 100%;
	color: white;
	justify-content: space-between;
	margin-top: 2rem
}
.hobbies i {
	font-size: 0.4rem;
	align-self: center;
	margin: 0 0.3rem;
}
.email a {
	 color: white;
	 text-decoration: none;
 }
.email {
	color: white;
	margin-top: 1.5rem;
}
.email i {
	margin-right: 0.4rem;
}
.social {
	margin-top: 1.5rem;
	border-top: 1px solid #b3b3b3;
	padding-top: 1.5rem;
}
.social a {
	display: block;
	color: white;
	text-decoration: none;
}
.webs {
	margin-top: 1.5rem;
	flex-direction: row !important;
	padding: 2rem 2rem !important;
	justify-content: center;
}
.webs i {
	font-size: 3rem;
	color: #e6e6e6;
	margin-right: 2rem;
}
.webs a {
	color: white;
	text-decoration: none;
}