@charset "UTF-8";

body {
	background-color: black;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic'
}

h1 {
	font-size: 0.2em;
	color: grey;
	text-align: center;
}

h2 {
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 2rem;
}

main {
	color: white
}

.schedule {
	text-align: center;
}

footer {
	background-color: black;
	color: white
}

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

footer img {
	margin: 0 15px;
}
