@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html, body {
	width: 100%;
	background-color: #1F1F1F;
	margin: 0;
}

.title-box {
	margin-top: 35px;
	font-family: 'Montserrat', sans-serif;
}

.title {
	width: 100%;
	font-size: 40px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.subtitle {
	width: 100%;
	font-size: 20px;
	color: white;
	margin-top: 10px;
	text-align: center;
}

.timetable {
	height: calc(100vh - 200px);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}