body {
	height: 100dvh;

	font-family: "Roboto", sans-serif;

	background-image: url(/img/background.jpg);
	background-position: 0;
	background-repeat: repeat;
}

.container {
	max-width: 960px;
}

.content {
	background-color: white;
}

.content a {
	color: #185F7B;
	text-decoration: none;
}

.content a:hover {
	color: #666666;
}

.navbar {
	display: none !important;
}

.imgFooter {
	display: block;
	max-width: min(100%, 950px);
	max-height: 100%;
	width: auto;
	height: auto;
	margin-inline: auto;
}