@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	background-color: transparent;
	font-family: sans-serif;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
html, body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
}

.center {
	display: flex;
	margin: 0 auto;
	border: 5px solid #a6213e;
	border-radius: 8px;
	box-shadow: 0 0 20px 5px #ccc;
}

.center p, .center a {
	font-size: 2rem;
	font-weight: bold;
	/*color: #ff0c40;*/
	color: #a6213e;
	padding: 1.5rem;
	text-align: center;
	background-color: white;
	height: auto;
}