

@import url('https://fonts.googleapis.com/css2?family=Oregano&display=swap');


body {	
	 background:url("assets/tile1.png") repeat ;
		
}

.container {
	
	background:#fff;
}

h1,h2,h3,h4,h5,h6, .oregano {
	
	font-family: 'Oregano', cursive;
}

h3 {
	
	color:#ED2B30;
}

.blist {
	list-style-image: url('assets/check.svg');

}


.blist li {

	margin-bottom: 1.25em;
	

}
 