@charset "utf-8";

	div.logo {
		margin: 45vh auto 0;
		transform: translateY(-50%);
		text-align: center;
		width: 100%;
		max-width: 600px;
		font-family: "annabelle-jf", sans-serif;
		font-weight: 400;
		font-style: normal;
}
	.logo img {
		width: 90%;
		max-width: 320px;
		height: auto;
	}
	body {
		text-align: center;
		background-color: #ffffff;
		font-size: 1.4em;
	}
	a {
		color: #666666;
	}
	a:hover {
		text-decoration: none;
	}
	@media (max-width: 640px) {
	div.logo {
		margin: 40vh auto 0;
		}
	}