body {
  	background-image: url("Food.jpg");
  	background-repeat: repeat;
	cursor: url("dog_cursor.png"), auto;
}

}

h1 {
  text-align: center;
  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;

}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}