body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-image: url('/images/background.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ccc;
}

body::before {
	opacity: 0.75;
	animation: opacityFluctuate 30s infinite alternate;
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 0;
}

.banner {
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.banner > img {
	width: 35vw;
	max-width: 468px;
}

.banner-imageboard > a > img {
	width: 80vw;
	max-width: 728px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

@keyframes opacityFluctuate {
    0% {
        opacity: 0.90;
    }
    100% {
		opacity: 0.75;
    }
}

.content {
    text-align: center;
	z-index: 1;
}

.content .item {
    display: block;
    margin-bottom: 10px;
}

.content .subitem {
    display: block;
    margin-bottom: 16px;
}

.content .title {
	font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
	text-decoration: underline;
	font-size: 30px;
	color: #f8d271;
}

.content .item .subtitle {
	font-size: 16px;
	font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
}

.content .item a, .content .guide {
	text-decoration: none;
    color: #ccc;
    transition: 0.2s all ease-in-out;
    font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
    font-size: 25px;
}

.content .a-img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.content .guide a {
	text-decoration: none;
	color: #e37043;
}

.content .download, .content .discord {
    display: flex;
    align-items: center;
	justify-content: center;
}

.content .download img, .content .discord img {
    width: 32px;
    height: 32px;
    margin-right: 0px;
	vertical-align: middle;
	display: inline-block;
}

.content .download .text, .content .discord .text {
	display: inline;
	vertical-align: middle;
}

.content .download a {
    text-decoration: none;
	display: inline-block;
    color: #ccc;
    transition: 0.2s all ease-in-out;
    font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
    font-size: 25px;
}

.content .no-margin {
	margin: 0px !important;
}

.content a:hover {
    color: rgb(145, 145, 145);
}

.content .a-img:hover {
	opacity: 0.85;
}

.banner-imageboard > a:hover {
	opacity: 0.85;
}

.content .updated {
	font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
    font-size: 16px;
}

.red {
	color: red;
}

.credits-item {
	margin-top: 6px;
}

.credits-item a {
	text-decoration: none;
    color: #ccc;
    transition: 0.2s all ease-in-out;
    font-family: "Comic Sans MS", "Trebuchet MS", Helvetica, cursive, sans-serif;
    font-size: 16px;
}
