@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');

body {
	font-family: 'Source Serif Pro', serif;
}

.logo {
	width: 500px;
	max-width: 70%;
	padding: 0 20px;
	margin: 20vh auto 35px;
	display: block;
}

hr {
	max-width: 750px;
	margin: 25px auto;
}

p {
	font-size: 16px;
	line-height: 1.75em;
	text-align: center;
	color: #444;
	padding-left: 20px;
	padding-right: 20px;
}

a {
	color: #444;
	font-weight: 700;
	transition: color 0.15s linear;
}

a:hover {
	color: #999;
}

a.flag-button {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background: black;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
}

a.flag-button.yellow {
	background: #f0c419;
	color: black;
}

a.flag-button img {
	height: 1.5rem;
	margin-right: 0.5rem;
}