
html, body {
	margin: 0;
	padding : 0;
		font-family: 'Muli', Geneva, sans-serif; 
        font-size: 15px;
	height: 100%;	
}

.text-link {
	vertical-align: middle; 

	font-size: 16px;
}

.message {
	font-size: 25px;
    font-variant: italic;
	color : white;
}

h1 {
    /* font-family: 'Ruthie', cursive; */
    font-family: 'Butterfly Kids', cursive;
    font-size : 80px;
}
/*background: url(../img/draw.jpg) no-repeat center top; position: fixed; z-index: -1; */
#mainpage {
width: 100%; height: 100%; top: 0; left: 0;
background: #1c4288;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
}
