body{
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

#all {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.bold {
	font-weight: 600;
}

.link {
	font-weight: 600;
	text-decoration: underline;
}

nav {
	z-index: 1;
}