@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: "Gothic A1", sans-serif;
	height: 100vh;
	background-color: white;
	color: black;
}

.flex-container {
	display: flex;
}

.sidebar {
	height: 100vh;
	width: 15%;
	padding: 0 10px;
	border-right: 1.5px dashed black;

}

.sidebar a {
	color: black;
	/*text-decoration: none;*/
}

td {
	text-align: center;
}

.main{
	height: 100vh;
	width: 85%;
}

h1 {
	text-align: center;
	font-weight: 400;
	margin: 0;
}