body {
    display: flex;
	justify-content: center;
}

main > h1 {
	text-align: center;
}

main > p {
	text-align: center;
}

article ul {
	font-style: italic;
	list-style: none;
	padding: 0;
}

article li {
	margin: 1ex;
}

main {
	max-width: 60ch;
}

.song {
    white-space: pre;
	position: relative;
}

article aside {
	font-style: italic;
}

.song span {
	position: absolute;
	left: 30ch;
}
