body {
	background: white url(https://panoramhusky.neocities.org/images/bgdesign.gif) no-repeat center fixed;
	background-size: cover;
	width: 920px;
	box-sizing: border-box;
	float: none;
	margin: 1em auto;
}
#logo {
	display: block;
	background-color: rgba(56,154,193,0.65);
	padding: 5px;
	padding-top: 20px;
	color: white;
	text-align: center;
	font-family: bauhs93;
	border-radius: 80px;
	box-shadow: 10px 10px rgba(0,0,0,0.5);
}
@font-face {
	font-family: bauhs93;
	src: url(https://panoramhusky.neocities.org/BAUHS93.TTF);
}
#page h1 {
	background-color: #389ac1;
	color: white;
	font-family: bauhs93;
	text-align: center;
	border-radius: 10px;
	font-size: 32pt;
}
#page h2 {
	display: block;
	margin: 1em auto;
	background-color: #8dd7f3;
	border-radius: 10px;
	color: white;
	font-family: bauhs93;
	text-align: center;
	font-size: 32pt;
	width: 320px;
}
#page {
	background: rgba(255,255,255,0.9) url(https://panoramhusky.neocities.org/images/modsbg.png) no-repeat bottom left;
	color: black;
	padding: 20px;
	box-sizing: border-box;
	border: 5px #389ac1 solid;
	border-radius: 25px;
	box-shadow: 10px 10px #66e1d3;
	float: none;
	text-align: center;
}
.container {
	display: inline-block;
	margin: 5px;
	font-size: 13pt;
	font-family: verdana, arial, serif;
}
#copyright {
	color: black;
	text-align: center;
	font-family: verdana, arial, serif;
	font-size: 8pt;
	position: bottom;
	clear: right;
}
#thumbnail {
	border: 5px #389ac1 solid;
	border-radius: 25px;
}
.media dt {
	color: white;
	display: inline-block;
	background-color: rgba(56,154,193,0.65);
	margin: 5px;
	padding: 5px;
	border-radius: 20px;
}
#screenshots dt {
	width: 240px;
}
#videos dt {
	width: 480px;
}
