.chords {
    font-weight:bold;
    font-size: large;
}

.lyrics {
	font-size: x-large;
	font-weight: bold;
}

h1 {text-align: center;}
h2 {text-align: center;}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: underline;
    color: initial;

	border:  medium;
	font-weight: 400;
	font-size: xx-large;
}