body {
	background:#000 url('https://techno.neocities.org/bullshit/rotating-pink-hearts-pixel-animated-gif.gif');
}

#spinny {
	background-image:url('https://techno.neocities.org/bullshit/chibi%20(2).png');
	background-size:166px 300px;
	background-repeat:no-repeat;
	width:166px;
	height:300px;
	animation-name:spin;
	-webkit-animation-name: spin;
	-mox-animation-name: spin;
	-ms-animation-name: spin;
	-o-animation-name: spin;
	animation-duration:5s;
	animation-iteration-count: infinite;
	position:fixed;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.wrapper {
	width:1px;
	margin:auto;
}

#title {
	font-family:'Aguafina Script';
	background:#000;
	width:500px;
	color:#7f2c2a;
	border-bottom:5px double #7f2c2a;
	font-size:72px;
	text-shadow:0 0 5px #fff;
	margin-left:-250px;
	text-align:center;
}

#title:hover {
	background-image:url('https://techno.neocities.org/bullshit/tumblr_nzhbi0TOZY1t5cokco1_500.gif');
	color:#ff0000;
	font-family:'Homemade Apple';
	border-bottom-color:#ff0000;
	font-size:45px;
}

#thankyou {
	width:700px;
	font-family:'Nosifer';
	color:#f0f;
	margin-left:-350px;
	text-align:center;
	font-size:60px;
}

#thankyou a {
	color:#f0f;
}

#thankyou a:hover {
	color:#f00;
	background-image:url('https://techno.neocities.org/bullshit/blood-drip-23.gif');
}

#cowboy {
	width:1000px;
	height:200px;
	margin-top:100px;
	background-image:url('https://techno.neocities.org/bullshit/Madara.png');
	background-attachment:top left;
	background-position:-50px -50px;
	background-repeat:no-repeat;
	font-family:'Ewert';
	color:#fff;
	text-align:right;
	text-shadow: 5px 5px 0 #ac6947;
	font-size:50px;
	margin-left:-150px;
}

#angel {
  background:url('https://techno.neocities.org/bullshit/message%20to%20shu%20itsuki.gif');
  width:350px;
  height:100px;
  margin-left:-175px;
}