body {
  background-image: url("Tent.jpg");
  background-repeat: repeat;
}

}

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;
}

h5 {
    text-align: left; 
font-size: 10px;
}
h5 span { 
    background-color: rgba(255, 255, 255, 0.9);"; 
}


sidebar {
  position: fixed;
  left:0px;
bottom:0px;
  width: 220px;
  height: 400px;
  background: #ff9be5;
text-align: center;

}

textbox {
  position: fixed;
  top:100px;
left:100px;
  width: 1200px;
  height: 175px;
  background: rgba(255,255,255,0.8);
text-align: center;

}

giftbox {
  position: fixed;
  top:300px;
left:300px;
  width: 465px;
  height: 320px;
  background: rgba(255,255,255,0.8);
text-align: center;

}


dressbox {
  position: fixed;
  top:300px;
left:800px;
  width: 465px;
  height: 320px;
  background: rgba(255,255,255,0.8);
text-align: center;

}
