@charset "UTF-8";
/* CSS Document */


*, *:before, *:after {
  box-sizing: border-box;
}

body {background-color: #1D436F;
  margin: 0;
  padding: 0;
	height: 100vh;
  width: 100vw;
}
strong {
	font-weight: 600;
}
/*#stelle {
	background-color: #1D436F;
}*/
h2 {
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #ffffff;
	margin:0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFD036;
}

content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
 	width: 100%;
	height: 100vh;
	color: #ffffff;
	text-align: center;
}
#contentimage {
	width: 80%;
 max-width: 500px;
 margin: 0 auto;
 text-align: center;
}
#LogoTop {
	height: auto;
	width: 100%;
}
#titolo {
	display: flex;
	flex-direction: column;
	text-align: center;
}
@media screen and (max-width: 768px) {
}	

@media screen and (max-width: 660px) {	
	
}
@media screen and (max-width: 500px) {
	h2 {
		font-size: 1.2rem;
	line-height: 1.8rem;
	}
}