body {
  	background-image: url("doggus.jpg");
  	background-repeat: repeat;
	cursor: url("dog_cursor.png"), auto;
}

}

h1 {
  text-align: center;
  color: blue;
}


h5 {
    text-align: left; 
font-size: 30px;
}
h5 span { 
    background-color: rgba(50, 255, 50, 0.2);"; 
}

p {
	 font-size: 30px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ff00bd;
	style='display:none;
	text-align: center;
	color: blue;
}



mainbox {
  position: fixed;
  top:100px;
left:200px;
  width: 1200px;
  height: 250px;
  background: rgba(255,255,255,0.8);
text-align: left;

}

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%;
}