@charset "UTF-8";
/* CSS Document */
body{
	background-image: url("../images/background_wgradient_01.png");
	background-size: cover;
	background-attachment: fixed;
}
article{
	color: white;
	font-size: 25px;
	width: 40%;
	height: auto;
	top: 5em;
	line-height: 35px;
}
.sonic{
	min-height: 1000px;
}
.box{
	width: 200px;
	height: 200px;
}
.sonic-gif{
	background-image: url("../images/sonic-sonic-the-hedgehog.gif");
}