html {
min-height: 100%;
}
  
body {
	/**background-image: url(../images/civ.svg); /* The image used for background*/
	background-repeat: no-repeat; /* Do not repeat the image */
	background-position: center; /* Center the image */
	background-size:  cover; /* Resize the background image to cover the entire container */
	font-family: 'Syne', sans-serif; 
	}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  text-align: center;
  width: 100%;
}

.links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.w3-yellow, .w3-hover-purple:hover {
color: rgba(40, 42, 53)!important;
background-color: rgba(255, 244, 163, 0.9) !important;
}

.titolone {
	font-weight:bold;
	color: #bf3454;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.socialbutton {text-align:justify;!important;width: 350px;}
.socialbutton:after { content:' '; display:inline-block; width: 100%; height: 0 }
.socialbutton > span {display:inline-block} 