html {
	background: url('../images/background3.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	background-color: rgba(0, 0, 0, 0.2);
	font-family: 'Roboto', sans-serif;
}

h1 {
	color: rgb(46, 121, 16);
	font-size: 50px;
}

a {
	color: black;
	font-size: large;
}

li {
	color: black;
}