/* Custom CSS Styles */

.starter-template {
  	padding: 3rem 1.5rem;
  	text-align: center;
}

body {
	background-color: DarkSlateGray;
}

h1 {
 font-family: "Courier New", Courier, monospace;
 font-size: 60px;
 color: Black;
 }

p {
     color: Lavender;
} 

img {
width:100%;
border-style: solid;
border-width: 5px;
border-color: black;
}



h2 {
 font-family: "Courier New", Courier, monospace;
 font-size: 25px;
 color: Black;
Text-decoration: Bold;
}


