@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap);

html {
	width: 100%;
	height: 100%;
	font-size: 1rem;
}

body {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #333;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
table [
	
]