body {

background-color:#000000;
font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
font-size:40px;
color:#ffffff;
text-align:center;

}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: thistle;

 
} 


h1 {
	font-family:"times new roman" serif;
	font-size:40px;
	color:thistle;
	text-align:center;
}
img {
	width:45%;
	height:auto;
}
