/* Custom CSS Styles */

.starter-template {
  	width: 300px;
    	padding: 25px;
    	box-sizing: border-box;
  	text-align: center;
}

body {
	background-color: #D3D3D3;
 	text-align: center;
}
	img {
	width:100%;
}
p {
    font-family: "Lucida Console", Monaco, monospace
}


