
/* all of the details are here./*/
body{
  background-color: #6A5A41;
  font-family:"Georgia";
  border: 5px solid white; 
  padding: 2px; 
  margin: 0; 
  z-index: 0;
  position: absolute;
}

#description {
  font-family: "Times", cursive;
  font-size: 2vw;
  color: white;
  text-align: center; 
  width: 100%;
  font-weight: bold;
}

#title {
	position: relative;
	margin: auto;
	width: 30%;
  display: block;
}

#title1 {
	position: relative;
	margin: auto;
	width: 100%;
  display: block;
}
