body {
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
	letter-spacing: 0.02em;
	word-spacing: 0.1em;
}
#interactivecards {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: -1;
	background-image: url('https://raw.githubusercontent.com/Humangle/HInteractive/refs/heads/main/images/hinteractive_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#interactivetitles {
	padding-top: 60vh;
}
#c {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: none;
	cursor: grab;
	z-index: -2;
	position: fixed;
}
div {
	margin-left: 5vw;
	margin-right: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-bottom: 100vh;
	width: 39vw;
}
a:link, a:visited {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 10;
	margin-top: 10vh;
	font-size: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 10px #000000;
}

a:hover, a:active {
	color: #22b2d7;
	cursor: pointer;
}

#topgrad {
	pointer-events: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 47vw;
	height: 5vh;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#bottomgrad {
	pointer-events: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 47vw;
	height: 30vh;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#logo {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 4em;
	padding: 10px;
	margin-right: 10px;
	width: auto;
	position: fixed;
	top: 0px;
	right: 0px;
}



@media screen and (max-width: 768px) {
	a:link, a:visited {
		font-size: 1.5em;
	}
	div {
		width: 90vw;
	}
	#topgrad {
		width: 100vw;
		height: 50vh;
		z-index: -1;
	}
	#bottomgrad {
		height: 40vh;
		width: 100vw;
	}
}