body {
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	text-align: center;
	font-family: 'Pacifico', cursive;

}

h1 {
	background-color: #C6C8CA ;
	border-left: 10px solid #FF4C3B;
	background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
	color: red;

}

  
img {
	border: solid black 6px;
	height: 300px;
	border-radius: 20px;
	box-shadow: 2px 4px 4px 4px;
}

ul {
	margin-top: 20px;
}

li {
	border: dotted 3px;
	margin: 1%;
	display: inline;
}

