html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	background: #ffffff;
	color: #000000;
	overflow: inherit;
	animation: fadeIn 1s;
}