body {
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	text-align: center;
}

h1 {
	background-color: #FF7300;
	color: #5BFF00;
	border-left: 10px solid #FFD100;
}

img {
	border: 5px solid black;
	border-radius: 5px;
	box-shadow: 3px 4px 4px 4px;
	height: 300px;
}

ul {
	margin-top: 30px;
}

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

