body {
	background-color: #ffffff;
	/*background-image: url("/DATA/towertesselate.png");
	background-repeat: repeat;
	background-size: 192px;*/
	border: 0px;
	font-family: sans-serif;
	font-size: 16px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
.accent {
	color: #fa243c;
}
.card-white {
	background-color: #ffffff;
	border-radius: 64px;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	margin: 16px 16px;
	padding: 32px;
	text-align: center;
}
.centered-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}
.centered-text {
	text-align: center;
}
.clickable:hover {
	cursor: hand;
}
.flex-horizontal {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
.footer {
	bottom: 12px;
	font-size: 12px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
}
.hover-grow {
	transition: transform .2s ease-in-out;
}
.hover-grow:hover {
	transform: scale(1.1);
}
.hover-shadow {
	transition: box-shadow .2s linear;
}
.hover-shadow:hover {
	box-shadow: rgb(21 23 37 / 25%) 0px 15px 45px;
}
.spacer-small {
	padding-top: 8px;
}
.subtitle {
	font-size: 32px;
}
.subtitle-small {
	font-size: 24px;
}
.text-large {
	font-size: 24px;
}
.title {
	font-size: 64px;
	font-weight: bold;
}
.width-128 {
	width: 128px;
}