/*

giallo scuro
#c79301

giallo chiaro
#fff16a
*/

body{
	overflow-x: hidden; 
}

.font-sacramento{
	font-family: 'Sacramento', cursive;
}

.font-lexend{
	font-family: 'Lexend Deca', sans-serif;
}

header.header{
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 25%, rgba(9,9,121,1) 100%);
	min-height: 200px;
}

section.main-content{
	background: rgba(9,9,121,1);
	background: linear-gradient(180deg, rgba(9,9,121,1) 0%, rgba(6,70,161,1) 30%, rgba(0,212,255,1) 100% );
}

footer.footer{
	background: rgb(0,212,255);
	background: linear-gradient(180deg, rgba(0,212,255,1) 15%, rgba(255,255,255,1) 100%);
	
}

.CookieDeclaration{
    display:none;
}
