@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&display=swap');


body {
	background-color: black;
	color: white;
	font-family: 'Comfortaa', sans-serif;

}

li a {
	color: lightblue;
}

a {
	color: lightblue;
}

a:hover {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none; /* Remove the bullet point */
	padding-bottom: 12px;
	padding-top: 12px;
}

ul {
	padding-left: 0; /* stop the list elements from having an offset */
}

