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

* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	border: none;
}

html, body {
	height: 100%;
}

body {
	background-color: #5c296d;
	background-image: url(img/logo-placeholder.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}