* {
	box-sizing: border-box;
	margin: 0;
}

html {
	font-size: 0.6613756614vw;
}

body {
	font: 1.2rem/1.6rem "Helvetica", sans-serif;
	font-family: "Helvetica", sans-serif;
	background-color: white;
	color: black;
	overscroll-behavior: none;
}

@media (max-width: 767px) {
	html {
		font-size: 1.3020833333vw;
	}

	body {
		font: 1.6rem/1.3 "Helvetica", sans-serif;
	}
}

@media (max-width: 390px) {
	body {
		font: 2rem/1.3 "Helvetica", sans-serif;
	}
}

a {
	color: black;
	text-decoration: underline;
}

#content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}

#content-logo {
	display: block;
	margin-bottom: 4.163rem;
}

#content-logo svg {
	width: 25.136rem;
	height: auto;
}

#content-p span {
	display: block;
	text-align: center;
}

#foo {
	position: fixed;
	width: 100%;
	bottom: 2dvh;
	text-align: center;
}
