body {
	background-color: black;
	color: white;
	width: min(40em,100%);
	margin: auto;
	text-align: justify;
}

a {
	color: lightblue;
	text-decoration: none;
}

a:hover {
	color: white;
}

.content-img {
	width: 100%;
}

.small-content-img {
	width: 50%;
	display: block;
	margin: auto;
}

.content-img-white-bg {
	width: 100%;
	background: white;
}

.banner {
	color: yellow;
	overflow:hidden;
}

.giallo {
	padding: 0.6em;
	border-radius: 0.6em;
	overflow: scroll;
}
