body {
	font-family: Montserrat, sans-serif;
}
h1 {
	color: deeppink;
	font-family: "Fredoka", sans-serif;
	font-weight: bold;

}
h2 {
	color: darkblue;
	font-family: "Fredoka", sans-serif;
	font-weight: bold;
}
h3 {
	color: darkblue;
	font-family: Montserrat;
	font-weight: bold;
}
#intro {
	text-align: center;
}
img {
	margin-top: 1em;
}
section {
	flex: 0 0 70%;
}