body, html {
	height: 100%;
	margin: 0;
}

.bgimg { 
	height: 100%;
	position: relative;
	color: #333333;
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
	font-size: 25px;
}

.middle {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%);
	text-align: center;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

hr {
	margin: auto;
	width: 40%;
}

.link {
	text-decoration: none;
}

.counter {
	margin-top: 3rem;
	white-space: nowrap;
}

.kaigologo {
	width: 100%;
}