@font-face {
	font-family: PDos;
	src: url("assets/Perfect_DOS.ttf");
}

html::before {
	position: fixed;
	box-shadow: 0 0 1.5em #68ffc2 inset;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 2;
	backdrop-filter: blur(0.1vh);
	pointer-events: none;
}

html {
	scrollbar-color: #68ffc2 rgba(0, 0, 0, 0);
	scrollbar-width: thin;
	cursor: url(assets/cursor.cur), auto;
}

::selection {
	color: #00312b;
	background: #68ffc2;
}

body {
	background-color: #00312b;
	font-family: PDos;
	color: #68ffc2;
}

.profile {
	float: right;
	font-size: 1.7vw;
	display: block;
	margin-right: 3em;
	width: 32%;
}

.meborder {
	border: 2px solid #68ffc2;
	margin: 0 auto;
	width: 15.7em;
	padding: 0.2em;
}

.me {
	filter: sepia(100%) hue-rotate(90deg) saturate(150%) contrast(130%);
	display: block;
	width: 100%;
}

.profile h3 {
	margin-bottom: 0;
	padding: 0.4em 0.7em;
	background: #68ffc2;
	color: #00312b;
	display: inline-block;
}

.facttable {
	height: 10em;
	overflow-y: auto;
	scrollbar-width: thin;
}

table {
	clear: both;
	line-height: 1.8em;
	width: 100%;
}

table,
tr,
td {
	border: 2px solid #68ffc2;
	border-collapse: collapse;
}

td:nth-child(odd) {
	padding-left: 0.7em;
}

td:nth-child(even) {
	text-align: center;
}

td img {
	width: 1.4em;
	padding-top: 0.2em;
	vertical-align: sub;
	filter: sepia(100%) hue-rotate(90deg) saturate(150%) contrast(130%);
}

.infowindow {
	margin-left: 2em;
	width: 55%;
	border: 2px solid #68ffc2;
	margin-top: 2em;
}

h2 {
	color: #00312b;
	background: #68ffc2;
	margin-top: 0;
	padding: 0.2em 0;
	padding-left: 0.5em;
	font-size: 2.5vw;
}

.infowindow p {
	font-size: 2vw;
	padding-left: 0.5em
}

.contactrow {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.contactitem {
	text-align: center;
}

.contactitem img{
	height: 3.5rem;
	filter: invert(98%) sepia(81%) saturate(962%) hue-rotate(74deg);
	cursor: url(assets/pointer.cur), auto;
}

.contactitem:first-child img{
	cursor: url(assets/cursor.cur),auto;
}