@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1b1464;
	background-image: url(uxlabo_logo.svg);
	background-position: center center;
	background-size: 25% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #a4a1c1;
	margin: 20px -20px;
	font-size: 10px;
}
.icon{
	background-image: url(heart.svg);
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background-size: 12px 12px;
}