html {
	font-size: 16px;
}

body {
	font-family: 'Raleway', 'Roboto', serif;
	line-height: 1.5;
	height: 100vh;
	width: 100vw;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
