@import url("https://cdn.jsdelivr.net/npm/galmuri/dist/galmuri.css");

html, body {
	font-family: Galmuri9;
	font-size: 10pt;
	background: #3a3a3a;
	color: #ffffff;
	justify-content: center;
	margin: 20px;
	text-align: center;
	display: flex;
}

#root {
    display: flex;
    width: 800px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#header{
	min-width: 300px;
	min-height: 100px;
}
#content{
	width: 800px;
	color: white;
	background: #3a3a3a;
}

#list{
	font-weight: bold;
	font-size: 16px;
}

h1{
	text-align: center;
}

a {
	color: #3498db;
}
