/* Reset e impostazioni generali */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #000;
}

/* Contenitore principale */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Header top */
.header_top {
  background-color: #00264d;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  text-align: left;
}

/* Header principale */
.header_ministero {
  background-color: #0066cc;
  padding: 30px 20px;
  overflow: hidden;
  justify-content: auto;
  text-align: center;
}

.LogoMimit img {
  float: left;
  width: 240px;
  height: auto;
  margin-right: 15px;
	}
.Title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 120px;
  float: center;
}

/* Bandiera */
#flag table {
  width: 100%;
  border-collapse: collapse;
  height: 10px;
  margin: 0;
}

#green {
  background-color: #009246;
  width: 34%;
}

#white {
  background-color: #ffffff;
  width: 32%;
}

#red {
  background-color: #ce2b37;
  width: 34%;
}

/* Contenuto centrale */
.content {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 40px 20px;
}

.content ul {
  list-style-type: disc;
  text-align: left;
  display: inline-block;
  padding-left: 20px;
  margin: 20px auto;
}

/* Footer 
.footer {
  background-color: #30373d;
  color: #ffffff;
  padding: 30px 20px;
  margin-top: 40px;
}

.footContent {
  max-width: 600px;
  margin: 0 auto;
}

.footBlockLeft h2 {
  margin-top: 0;
  font-size: 18px;
}

.footBlockLeft p {
  font-size: 16px;
}

.footBlockLeft a {
  color: #90c8b8;
  text-decoration: none;
}

.footBlockLeft a:hover {
  text-decoration: underline;
}*/

