@charset "utf-8";

h2 {
	color: slateblue;
}

h3 {
	color: tomato;
}

aside h2 {
	color: magenta;
}

aside h3 {
	color: springgreen;
}

header hgroup {
	text-align: center;
	border-left: 40px ridge deepskyblue;
}

.row-alignment {
	display: flex;
}
