@font-face {
	font-family: jrhand;
	src: url("jrhand.ttf");
}


html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;

	background-color: black;
	color: #ebebeb;

	font-size: 20px;
	font-family: "Noto Serif", "Times New Roman", serif;
	line-height: 1.4;
}


#banner {
	background: #303030EE;

	margin: 0 auto;
	padding: 1em;
	min-height: 100vh;
	max-width: 600px;

	box-sizing: border-box;
}


#bouncing-dvd-container {
	height: 200px;
	position: relative;
	overflow: hidden;
	border: 2px solid #666666;
}
#bouncing-dvd {
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	white-space: nowrap;
	line-height: 0px;
	padding: 13px 0px 25px 0px;
}


.sticknote {
	background: repeating-linear-gradient(to bottom, #ffff88 0px, #ffff88 27px, #cccc55 28px);
	color: black;
	border: 2px solid #cccc55;
	padding: 10px;
	width: 235px;
	height: 235px;
	box-shadow: 5px 5px 10px #00000088;
	font-family: jrhand, sans-serif;
}
.sticknote > h3 {
	margin: 0;
	background-color: #ffff88;
}
.sticknote > ul {
	margin: 10px 0;
	padding-left: 20px;
	list-style-type: "–";
}


a:link, a:visited { text-decoration: none; }
a:hover { filter: brightness(150%); }
a:active { filter: brightness(75%); }

a[href^="/"]:link, a[href^="/"]:visited { color: #2f1cff; text-decoration: underline; }
a[href$="lucarusso.work"]:link, a[href$="lucarusso.work"]:visited { color: #ffa500; }
a[href*="github.com"]:link, a[href*="github.com"]:visited { color: #111111; font-weight: bold; }
a[href*="discord.com"]:link, a[href*="discord.com"]:visited { color: #7289da; }
a[href^="mailto"]:link, a[href^="mailto"]:visited { color: #d14836; }


button {
	display: block;
	margin: 0 auto;

	background-color: #444444;
	color: #ebebeb;
	border: 2px solid #666666;
	padding: 12px 20px 8px 20px;

	font-size: 18px;
	cursor: pointer;
}
button:hover { background-color: #555555; }
button:active { background-color: #333333; }
button:has(#hi-count:empty) { display: none; }
#hi-count {
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
}
