/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 ott 2021, 16:32:18
    Author     : devuser

    Progetto   : Monaldo
*/

@import "bottoni.css";
@import "img_logo.css";
@import "menu.css";
@import "custom.css";

body, html {
  height: 100vh;
  
  
  background-color: #090910;
  /*background-color: #8e6b00;*/
  /*background: linear-gradient(to bottom right, #BF8226, #FFF2DD, #BF8226);*/
}

body {  
  font-family: '1 Cataneo BT', arial, sans-serif;
}
