@font-face {
	font-family: "JetBrains Mono";
	src: local('/fonts/JetBrainsMono-medium'), url("/fonts/JetBrainsMono-Medium.woff2") format('woff2');
}


#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #006969;
	z-index: -1;	
}

html, body {
	overflow: hidden;
}

.content {
	position: relative;
	z-index: 1;
	font-family: JetBrains Mono;
	color: black;
}

h1 {
	text-align: left;
	font-size: 45px;

}

a:link {
	color: black;
	background-color: tranparent;
	text-decoration: none;
}

a:visited {
	color: black;
	background-color: tranparent;
	text-decoration: none;
}

a:hover {
	color: #161B1F;
	background-color: tranparent;
	text-decoration: underline;
}

a:active {
	color: #1611B1F;
	background-color: tranparent;
	text-decoration: none;
}

h2 {
	text-align: left;
	font-size: 35px;
}

h3 {
	text-align: left;
	font-size: 35px;
}

h4 {
	text-align: left;
	font-size: 35px;
}

p {
	text-align: center;
	font-size: 30px;
}


