@charset "utf-8";
/* CSS Document */
html,body{
	background-image: url("../images/Portofino2.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	font-family: 'Numans', sans-serif;
}
