/* Header */

header {
	background: #FFFF;
	padding: 20px;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

header,
header a:any-link {
	color: #818da0
}

header * {
	display: inline-block;
}

#logo {
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#language-toggle {
	padding: 15px 10px 15px 10px;
	font-size: 1rem;
	border: none;
	background-color: #2980b9;
	border-radius: 10px;
	font-family: 'Rubik', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: white !important;
	font-weight: bold;
	width: 100px;
	border: 1px solid #1E5F8A;
}