@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

.gradient-1{
	background: rgb(51,204,153);
	background: linear-gradient(90deg, rgba(51,204,153,1) 0%, rgba(51,51,153,1) 100%);
}

.over-the-top-bar nav,
.footer-inferiore{
	background: rgb(51,204,153);
	background: linear-gradient(90deg, rgba(51,204,153,1) 0%, rgba(51,51,153,1) 100%);
}
