html {
  /* px means "pixels". The base font size is now 10 pixels high */
  font-size: 10px;
  /* Replace PLACEHOLDER with the font-family property value you got from Google Fonts */
  font-family: "Noto Sans", sans-serif;;
}

h1 {
	font-size: 70px;
	text-align: center;
}
h2 {
	font-size: 60px;
	text-align: center;
}
h3 {
	font-size: 50px;
	text-align: center;
}
h4 {
	font-size: 40px;
	text-align: center;
}
h5 {
	font-size: 30px;
	text-align: center;
}
h6 {
	font-size: 20px;
	text-align: center;
}

p,
li {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}