@font-face {
	font-family: 'Bariol Thin';
	src: url('/fonts/Bariol-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Bariol Regular';
	src: url('/fonts/Bariol-Regular.woff') format('woff');
}

body {
	background-color: #4d6c6f;
	text-shadow: 0 0.2rem 0.4rem rgba(33,33,61,0.8);
}

#title {
	font-size: 4rem;
	padding-top: 2rem;
	font-family: 'Bariol Regular', arial, sans-serif;
	text-align: center;
	color: #dc5494;
}

#details {
	font-size: 2rem;
	padding-bottom: 2rem;
	padding-top: 1.5rem;
	font-family: 'Bariol Thin', arial, sans-serif;
	text-align: center;
	color: #f8eed3;
}

#sw-img {
	displaty: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center;
	margin-top: 7vmin;
	max-width: 80vmin;
}