
@import 
url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');		
html, body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}
header {
	height: 100px;
	text-align: center;
}
nav {
}
section {
	min-height: 500px;
}
aside {
}
footer {
	height: 60px;
	text-align: center;
}
header, nav, section, footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
section {
	min-height: 500px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
