@import url("00_main.css");

footer {
	background-color: var(--colore-2);
	color: #fff;
	text-align: center;
	padding: 10px;
}

footer a {
	font-size: 1rem;
	font-weight: normal;
	text-decoration: underline;
}
