root {

}

body {
	font-family: 'Mali', cursive;
	font-weight:400;
	
}

html {
	background-image: url("../background.jpg");
  	background-repeat: no-repeat;
  	background-size: cover;
 	background-attachment: fixed;
 	background-position: center top;
 	background-color: #fff;
}

h1, h2 {
	font-family: 'Caveat Brush', cursive;
	font-weight:400;
	text-transform: uppercase;
}

a {
	color: ;
}