
body {
background-image: linear-gradient(to bottom, MediumPurple, Lavender);
background-repeat: no-repeat; 
background-size: cover;
 
}

h1 {
  color:indigo; 
text-align:center; 
font-family: Garamond, serif; 
font-size: 40px
}

h2 {
	color:indigo; 
text-align:center; 
font-family: Garamond, serif; 
font-size: 30px;
	

p {
  font-family:'Courier New', monospace; 
font-size: 20px;
}


