body {
	background-color: White;
	color: #c7254e;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('girl-blur.jpg');
	background-size: 100%;
	background-attachment: fixed;
	text-align: center;
}
h1, h2, h3, .floatbox a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
	margin: 5px;
}
.discord img {
	border: 1px solid;
}
header {
	margin-bottom: 10px;
}
#remain {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 10px;
	background-color: #ff0041;
	color: white;
}
article {
	display: inline-block;
	padding: 20px 10px;
	background-color: #f9f2f4;
	border: 1px solid #c7254e;
	text-align: left;
	max-width: 34em;
}
article h2, article h3 {
	margin: 5px 0;
}
article.center {
	text-align: center;
}
.floatbox {
	position: relative;

	display: inline-block;
	border: 1px solid;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.floatbox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: -2px 2px 2px black;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}
.floatbox:hover::after {
	opacity: 1;
}
.floatbox a {
	text-decoration: none;
	color: inherit;
	padding: 0 10px;
	font-size: 200%;
}
footer {
	font-size: 75%;
}
.desc {
	max-width: 75%;
	margin: auto;
	border: 1px solid;
	padding: 5px;
}
article table {
	text-align: left;
	margin: auto;
	padding-left: 5px;
	border-left: 1px solid;
}
figure {
	margin: 0;
}
.mascot {
	margin: 15px 0;
}
.mascot a.img {
	color: inherit;
	outline: none;
}
.mascot img {
	border: 3px double;
	border-radius: 5px;
	width: 300px;
	max-width: 100%;
}
img { max-width: 100% }
