@font-face {
	font-family: "Montserrat";
	src: url(montserrat.woff) format("woff");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
	font: 18px/21px "Montserrat", sans-serif;
	color/: #e6e6e6;
	list-style-type: none;
	background/: #000;
}
