[v-cloak] {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--theme-dark: 0;
	--background-color: #fff;
	--text-color: #000;
}
html {
	font-size: 10px;
}
body {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	height: 100vh;
	min-width: 360px;
	margin: 0px;
	padding: 0px;
    font-family: "Shantell Sans", cursive;
	font-variation-settings:
		"BNCE" 20,
		"INFM" 70,
		"SPAC" 0;
	font-size: 1.6rem;
	color: #fff;
}
a, a:hover, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
h4 {
	font-size: 1.8rem;
	font-weight: 700;
}
.nowrap {
	text-wrap: nowrap;
}
.f-normal {
	font-size: 2.4rem;
	font-weight: 500;
}
.f-large {
	font-size: 2.4rem;
	font-weight: 500;
}
.f-header {
	font-size: 2.4rem;
	font-weight: 700;
}
#layout {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	height: 100%;
	width: 60%;
	margin: auto;
}
#topmost {
	flex-basis: 17%;
	align-content: space-around;
	text-align: center;
	margin: auto;
}
#above {
	flex-basis: 16%;
	margin: auto;
}
#target {
	flex-basis: 34%;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1.6;
	margin: auto;
}
#below {
	flex-basis: 33%;
	margin: auto;
}