body {
	background-color: #6699FF;
}

div.entry {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.logo {
	background-image: url(../img/umajo_logo_short.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.align-v {
	position: absolute;
	width: 500px;
	height: 250px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}