body {margin:0; padding:0; transform-origin:top-left; font-size:1vw; background-color:rgb(144,144,144);}

/*Installo i font*/
@font-face {font-family:CenturyGothic; src: url('Fonts/CenturyGothicRegular.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@font-face {font-family:CenturyGothic; src: url('Fonts/CenturyGothicBold.ttf') format('truetype'); font-weight: bold; font-style: normal;}
@font-face {font-family:CenturyGothic; src: url('Fonts/CenturyGothicItalic.ttf') format('truetype'); font-weight: normal; font-style: italic;}
@font-face {font-family:CenturyGothic; src: url('Fonts/CenturyGothicBoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic;}

@font-face {font-family:Maiandra; src: url('Fonts/MaiandraGDRegular.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@font-face {font-family:Maiandra; src: url('Fonts/MaiandraGDBold.ttf') format('truetype'); font-weight: bold; font-style: normal;}
@font-face {font-family:Maiandra; src: url('Fonts/MaiandraGDItalic.ttf') format('truetype'); font-weight: normal; font-style: italic;}

/*Id*/
#Esterno {position:fixed; z-index:0; left:0%; top:0%; right:0%; bottom:0%; width:100%; height:100%; margin:0px; border:0px; padding:0px; color:rgb(255,255,255); background-color:rgb(144,144,144); font-family: verdana, sans-serif; overflow-y:auto;}
