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

/*#big {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 0px;
	padding-left: 5px;
	background-color: white;
}*/

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

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

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

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

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

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

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

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

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

::selection {
	background-color: #349eeb;
	color: white;
}

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

::-webkit-scrollbar-track {
  background-color: transparent;
}
 
::-webkit-scrollbar-thumb {
  background: #349eeb;
}

::-webkit-scrollbar-thumb:hover {
  background: #1c1cd6; 
}

h1, h2 {
	color: yellow;
	font-family: sans-serif;
}

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

hr {
	border: 1px solid orange;
	width: 50%;
}