* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

ul {
	list-style: none;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	color: #34495e;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/logo.png);
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}

body.overflow {
	overflow: hidden;
}

header,
section {
	float: left;
	width: 100%;
}

.clearfix {
	clear: both;
}

.text-bold {
	font-weight: bold !important;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.message {
	width: 300px;
	height: 120px;
	left: 50%;
	top: 50%;
	position: fixed;
	text-align: center;
	margin-left: -150px;
	margin-top: 100px;
}

.message-text {
	font-size: 20px;
	margin-bottom: 15px;
}

.message-flag {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-image: url(../img/italy.png);
	background-size: contain;
}

.footer-credits {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
}
