body,
html {
	height: 100%;
	margin: 0;
}

body {
	font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
	background-color: #ffffff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
li::marker {
	font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: inherit;
	text-rendering: optimizeLegibility;
}
.h2,
h2 {
	font-size: 1.4rem;

	padding-bottom: 3rem;
}

.bg {
	background-color: #464299;
	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.center {
	/*
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	*/
	margin: auto;
	max-width: 600px;
	height: auto;
	padding: 10px;
}
img.logo {
	display: block;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
}
.text {
	padding-top: 0rem;
	text-align: center;
	font-size: 1.5rem;
	color: #ffffff;
}
.text h3 {
	color: #d4d103;
}
