@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');



a {
	color: orange;
	font-weight: bold;
}

a:hover {
	background-color: orange;
	color: black;
}