@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}
.d-table {
	width: 100%;
	height: 100vh;
}
.d-table-cell {
	vertical-align: middle;
}
img {
	margin-bottom: 30px;
}
.col-md-5, .col-md-7 {
	padding-top: 12px;
	padding-bottom: 12px;
}
.azzurro {
	color: #009FE3;
}
@media (max-width : 767px) {
html, body {
	font-size: 23px;
}
}