@font-face {
	font-family: 'roboto';
	src: url('../fonts/Roboto-Regular_0.ttf') format('truetype');
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/Roboto-Bold_0.ttf') format('truetype');
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	width: 100vw;
	background-color: #939598;
}

a {
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}