
html, body{
	font-family: 'Poppins', Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#fcf4e3 url('bg.gif');
	background-size:100%;
	line-height: 24px;
	color:#ff1934;
}

a{
	color:#ff1934;
}

h1{
	font-size:30px;
}

h2{
	margin-top:20px;
}

.cont_0_0{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content:center;
	position:relative;
}


.cont_0_1{
	width:100%;
	max-width: 500px;
	text-align: center;
}

.cont_0_1 .logo{
	max-width: 200px;
	width:100%;
	margin:0 auto 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sep{
	border-top:1px solid #ff1934;
	margin-top:10px;
	padding-bottom: 10px;
}

.short{
	font-size:12px;
}