@font-face {
    font-family: "LyricsRegular";
    src: url("./fonts/LyricsRegular.woff2") format("woff2");
}

* {
	font-family: "LyricsRegular";
}

body {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
	text-align: center;
}
