body {
	padding-bottom: 0;
}
#wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #2860a4;
	min-height: 100vh;
	min-width: 100vw;
}
#wrap .img_box {
	width: 18rem;
}
#wrap .img_box img {
	width: 100%;
}
#wrap a {
	font-size: 1.8rem;
	background-color: #fff;
	color: #225a9f;
	display: block;
	width: 60%;
	text-align: center;
	padding: .8rem;
	letter-spacing: -.1rem;
	font-weight: 600;
	border: 2px solid #333;
	border-radius: 2.5rem;
	margin-top: 6rem;
}