@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	font-family: 'Montserrat', serif;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	color: #000000;
	background-color: #EEE;
}


.cursor-pointer {
	cursor: pointer;
}


