@font-face {
	font-family: "m6x11";
	src: url(m6x11.otf);
	font-display: swap;
}

body {
	margin: 0;
	padding: 0;
	background: #5f2f2e;
	background-image: url(back.jpg);
	background-size: cover;
	backdrop-filter: blur(6px);
	color: #efefef;
	font-family: "m6x11", sans-serif;
}

.content {
	min-height: 100vh;
	min-width: 100vw;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header {
	display: flex;
	flex-direction: column;
	height: 10vh;
	margin-top: 3vh;
	padding: 1vw;
	font-size: 4vw;
	border: 0.25vw black solid;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}

.row {
	flex-direction: row;
	display: flex;
	justify-content: space-evenly;
	margin-top: 2vh;
}

.project {
	display: flex;
	flex-direction: column;
	border: 0.25vw black solid;
	background: rgba(0,0,0,0.5);
	align-items: center;
	justify-content: center;
	max-width: 24vw;
	margin-left: 1.5vw;
	line-height: 5vh;
	padding: 1vw;
}

.project img {
	image-rendering: pixelated;
	max-width: 12vw;
	min-width: 12vw;
}

.project-name {
	font-size: 2vw;
	max-height: 0.25vh;
}

.project-description {
	font-size: 1.75vw;
	text-align: center;
}

.project-button {
	font-family: "m6x11", sans-serif;
	font-size: 2vw;
	color: white;
	border: 1vw #fe453e solid;
	border-radius: 5px;
	background: #fe453e;
}

.project-button:hover {
	border: 1vw #fe5d57 solid;
	background: #fe5d57;
}

.project-button:active {
	border: 1vw #1b302c solid;
	background: #1b302c;
}
