@font-face {
    font-family: "Circe";
    url("circe.woff");
}

html {
   width:100%; 
   height:100%; 

}

body {
   width:  100%; 
   height: auto;
   margin: auto;
}

.responsive {
    width:  100%;
    height: auto;
}

h1 {
    font-family: 'Circe';
}

.info-jetissima {
	text-align: center;
}