*{
	box-sizing: border-box;
	font-weight: 600;
}
body {
	background: #fff;
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'Roboto', sans-serif !important;
	width: 100%;
	display: flex;
	flex-direction: column;
}