body {
	background-image: url(https://blob.gifcities.org/gifcities/BKVMWJCGPPH6VTK7RBET6WATTU7Z4GB6.gif);
	cursor: url(https://blob.gifcities.org/gifcities/WK3PU6TQMTNXYNVKJETLDCYKIQELLSE5.gif) 4 12, auto;
}

#lefty {
	/*background-color: red;*/
	width: 250px;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
}

#middley {
	/*background-color: blue;*/
	width: 500px;
	top: 0px;
	left: 250px;
	position: absolute;
	text-align: justify;
	text-align-last: center;
}

#righty {
	/*background-color: yellow;*/
	width: 250px;
	top: 0px;
	left: 750px;
	position: absolute;
	text-align: center;
}

.mylifeihope:hover {
	color: blue;
	font-size: 22px;
}

.mylifeihope {
	transition: ease all 1s;
	font-family: baskerville;
	color: black;
}

.blog {
	transition: ease all 1s;
	font-family: baskerville;
	color: black;
}

.blog:hover {
	color: white;
	font-size: 22px;
}

.sonnets {
	transition: ease all 1s;
	font-family: baskerville;
	color: black;
}

.sonnets:hover {
	color: green;
	font-size: 22px;
}

a {
	cursor: url(https://blob.gifcities.org/gifcities/N5CLDMQR2X3ZHRDERMRSFDEFQZU6K3VK.gif) 4 12, auto;
	text-decoration: none;
}

::selection {
	background-color: white;
	color: hotpink;
}

h1 {
	color: brown;
	font-family: baskerville;
}

strong {
	font-size: 12px;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: pink;
	box-shadow: inset 0 0 7px hotpink;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
	background-color: hotpink;
}

@keyframes happybunny {
	from {transform: rotate(0deg)}
	to {transform: rotate(-15deg);}
}

@keyframes bigcat {
	from {left: -70px;}
	to {left: 65px;}
}

@keyframes boom {
	from {height: 60px; width: 50px; top: 40px;}
	to {height: 80px; width: 50px; top: 20px;}
}

@keyframes playboyyy {
	from {transform: rotate(0deg)}
	to {transform: rotate(15deg);}
}