header {
	display: block;
	padding: 2em calc((100% - 450px)/ 2);
	position: relative;
	position: fixed;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgb(255 255 255 / 13%);
	background-color: #1f1f1f;
	z-index: 100000;
}

/*Header Menu*/
#menu-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

#menu-main li a {
	font-size: 17px;
	text-decoration: none;
	padding: 1em;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	outline: 0;
}

#menu-main li.about a:after {
	content: "me.";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1.105px;
	left: 3px;
	color: #9ba1d5;
}

