body {
  	background-image: url("FlowerSprinterLowResDither.jpg");
  	background-repeat: repeat;
	cursor: url("dog_cursor.png"), auto;
}

}

h1 {
    text-align: center; 
}
h1 span { 
    background-color: blue; 
}

p {
	 font-size: 30px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ff00bd;
	style='display:none;
	text-align: center;
	color: blue;
}

sidebar {
  position: fixed;
  left:0px;
bottom:0px;
  width: 220px;
  height: 400px;
  background: #ff9be5;
text-align: center;

}

textbox {
  position: fixed;
  top:0px;
left:0px;
  width: 400px;
  height: 120px;
  background: #fdfcfc;
text-align: center;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}