
div.message-container {
	display: table;
	padding-top: 20px;
	height:100%;
	width:100%;
}
div.message-main {
	display: table-cell;
	padding-top: 30vh;
	text-align: center;
}

br {
	display: block;
	content: "";
	margin: 10px 0;
}
div.redirect-button {
	margin-top: 20px;
}
button.redirect-button {
	display: inline-block;
	font-weight: 400;
	font-size: 90%;
	padding: 10px 30px;
	color: #ffffff;
	background-color: rgba(0, 17, 255, 0.918);
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0.35rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-color: #bccbd8;
	text-decoration:none;
}
.fuwafuwa {
	animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
	background: url(img/turn-mark.png) no-repeat center center / 60px auto;
	display: inline-block;
	transition: 1.5s ease-in-out;
	width: 70px;
	height: 70px;
	margin-top: 35px;
	}

@keyframes fuwafuwa {
	0% 		{transform:translate(0, 0)		rotate(-3deg);}
	50%		{transform:translate(0, -3px)	rotate(0deg);}
	100%	{transform:translate(0, 0)		rotate(3deg);}
}
