
body{
  
  background-image:url("https://i.pinimg.com/1200x/5b/b5/ee/5bb5ee03273ddaf31dc9a3a7de803c89.jpg");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: cover;
}


#title{
  font-family:BabyDoll;
  color: #764421;
  border-style: solid;
  border-width: 5px;
  border-radius: 15px;
  border-color: #C99528;
  margin-right: 800px;
  margin-left: 800px;
  background-color: #CEC286;
}

