@font-face {
  font-display: swap; 
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/jetbrains-mono-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/jetbrains-mono-v20-latin-700.woff2') format('woff2');
}


body {
	display: flex;
	background-color: #282928;
	padding: 0% 10%;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

a, p, h1, h2, h3 {
	font-family: 'JetBrains Mono', monospace;
}

h1, h2 {
	font-weight: 700;
	color: #14B8A2;
	text-align: center;
	text-shadow: 0 0 0.15em #14B8A2;
}

a, p {
	font-size: 1.25em;
	color: #FCFAFA;
}

h1 {
	font-size: 4.5em;
}

h2 {
	font-size: 3em;
	line-height: 100%;
	margin-bottom: 0;
	margin-top: 1em;
}

p {
	font-weight: 400;
	line-height: 1.75em;
	text-align: left;
}

a {
	font-weight: 700;
	padding-right: 1em;
}

.main {
	display: flex;
	border: 0.4em solid #14B8A2;
	border-radius: 1.5em;
	background-color: #14B8A222;
	box-shadow: 0 0 1em 0 #14B8A2, 0 0 1em 0 #14B8A2 inset;
	padding: 1.25em 2.5em;
	width: 75%;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.links {
	display: flex;
	flex-grow: 1;
	width: 100%;
	justify-content: flex-start;
}

.projects {
	display: flex;
	width: 75%;
	flex-direction: column;
	margin-bottom: 2em;
}

.project_entry: {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
}

.project_title {
	font-weight: 700;
	color: #14B8A2;
	font-size: 1.5em;
	text-decoration-line: underline;
	text-align: left;
}


@media screen and (max-width: 600px) {
	a, p {
		font-size: 0.8em;
	}
	h1 {
		font-size: 4em;
	}
}
