/* styles.css */

body {
	background: cornflowerblue;
}

h1, h2, h3 {
	font-family:   font-family: "IBM Plex Serif", serif;
	color: red;
}

p, ul, li {
	font-family: "Asul", serif;
	color: white;
}
