body {
	/*
	blue / black  -> #4488A4 / #172F39
	gray / orange -> #222222 / #E08524
	*/
	background-color: #222222;
	color: white;
	
	font-family: 'IBM Plex Sans', Arial, sans-serif;
	font-size: 16px;
}

#page {
	width: 80%;
	margin: auto;
	margin-top: 1em;
}

#navbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

#navbar span {
	font-weight: bold;
	text-transform: uppercase;
	
	padding: 0.65625em 0.875em;
}

#player {
	border: 3px solid #E08524;
	margin-bottom: 2rem;
}

#player_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.card-icon {
	display: flex;
}

.description {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.description span:first-child {
	font-weight: bold;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #E08524;
	text-decoration: none;
}

.active_page {
	color: #E08524;
}

.orange {
	color: #E08524;
}

.round-link {
	
}

.round-link:hover  {
	color: white;
}