@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	color: whitesmoke;
	background-color: lightslategrey;
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: whitesmoke;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
}

ul li {
	margin-top: 1em;
}

ul li ul {
	list-style: none;
}

ul li ul li {
	margin-top: 0em;
	font-size: 16px;
	font-style: italic;
}

