/*
	first-color: #222831 black
	second-color: #393e46 grey
	third-color: #f96d00 orange
	fourth-color: #f2f2f2 white
*/
body {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.6em;
	background-color: #222831;
	color: #f2f2f2;
	
}
#schadenfreude {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
}