html {
	padding-bottom: 50px;
}

#covid19-message {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	text-align: center;
	border-top: solid 1px #c5c5c5;
	height: 50px;
	box-shadow: 0px -8px 12px 0px rgba(0, 0, 0, 0.1);
}

	#covid19-message a {
		color: #5c5c5c;
		text-decoration: none;
	}
	#covid19-message:hover a {
		color: #414141;
		text-decoration: underline;
	}