/*CSS File for the Kool Killer VI: The Final Inception fanpage*/

body {
	background-image: url("bgs/rblx-nullplainsky.png");
	background-attachment: fixed;
	background-size: 450px;
	font-family: 'Impact';font-size: 25px;
	color: #FF0000;
	margin: 0;
}

* {
	box-sizing: border-box;
}

::selection {
	background-color: #FF0000;
	color: #000000;
}

hr {
	border: 1px solid #FF0000;
}

div {
	padding: 10px;
}

.ribbon {
	background-image: linear-gradient(to bottom, #FF0000, #9E0000);
}

#intro {
	background-color: #000000;
	text-align: center;
}

#info {
	background-color: #000000;
	text-align: center;
}

#art-section {
	background-color: #000000;
	text-align: center;
}

#gamecaptures {
	background-color: #000000;
	text-align: center;
}