@charset "ISO-8859-1";

html {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f9d4b9;
	text-align: center;
}

a {
    text-decoration: none;
}

.clear {
	clear: both;
}

#main-logo {
	display: inline-block;
    margin-top: 10%;
    position: relative;
    width: 200px;
}

.cmgsn {
	display: block;
    bottom: 50px;
    position: absolute;
    margin: auto;
    left: 50%;
    margin-left: -56px;
}