@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
    font-family: "Roboto", sans-serif;
}

img.img-fluid {
	max-width: 800px;
}

footer {
	background-color: #222;
	color: #fff;
	font-size: 22px;
}

.titolo {
	font-size: 80px;
	margin-top: 100px;
}

@media (max-width : 767px) {
	.titolo {
		font-size: 50px;
		line-height: 1.2;
	}
}