:root {
	--ejm-black: #0D0208;
	--ejm-grey: #1d1c1c;
	--ejm-green: #00ff41;
}

html, body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5 {
	color: var(--ejm-green);
}

main {
	z-index: 1;
}

#MatrixRain {
	z-index: -1;
	position: fixed;
	display: inline;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.code {
	font-family: "Courier New";
	font-weight: 600;
	text-shadow: 0px 0px 14px var(--ejm-green);
}

.container {
	display: flex;
	flex-direction: column;
}

.center {
	justify-content: center;
	align-items: center;
}

#portfolio-header {
	padding-top: 30px;
}

.portfolio-pic {
	width: 180px;
	border-radius: 50%;
}