body {
	background-color: #AAAAAA;
	overflow-x: hidden;
}

body, h1, p {
	font-family: "Segoe UI", Segoe, "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
	color: #515151;
}
a {
	font-family: "Segoe UI", Segoe, "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
	color: #3282e6;
	text-decoration: none;
}
.main {
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 70%;
	border-radius: 8px;
	background-color: rgba(230, 230, 230, 0.9);
	box-shadow: 5px 5px 5px #555555;
}
.icon {
	overflow-wrap: break-word;
	width: 60px;
	height: 100px;
	margin: 5px;
	cursor: pointer;
}
.icon img {
	width: 60px;
	height: 60px;
}
.icon p {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.icon a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.icon:hover {
	background-color: rgba(100, 100, 100, 0.5);
}
.window {
	background-color: #717171;
	box-shadow: 2px 2px 2px #333333;
}
.window p {
	margin: 0;
	font-weight: bold;
	color: #EEEEEE;
	margin-top: 2px;
	margin-left: 5px;
	font-size: 12px;
}
.window a {
	position: absolute;
	right: 0;
	top: 0;
}
.window #flashWindow2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.disable-select{
	user-select: none;
}
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.holiday {
	padding: 0;
	margin: 0;
}
.holiday img {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	bottom: -5px;
}
.moon {
	position: absolute;
	left: -100px;
	top: -100px;
	height: 300px;
}
.moon img {
	height: 100%;
	margin: 0;
	padding: 0;
}

.special-buttons {
	position: fixed;
	right: 8px;
	top: 8px;
	height: 24px;
}

.special-buttons a {
	cursor: pointer;
	padding: 0;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}

.special-buttons a img {
	height: 100%;
	filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
}