body {
  padding: 0 40px;
  margin: 0;
  background: #EFF1F2 url("/res/images/temporaryUnaviable/background.svg") no-repeat 70% 0;
  background-size: cover;
  color: #475067;
  font-family: "Nunito", Sans-Serif;
  font-size: 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

a {
  color: #133371;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover, a:focus {
  color: #133371;
  text-decoration: underline;
}

h1 {
  display: block;
  font-size: 2rem;
  margin: 0.67rem 0;
  font-weight: 700;
}

h2 {
  color: #3e75df;
  font-size: 2rem;
}
h2 .uppercase {
  text-transform: uppercase;
  color: #133371;
  font-size: 2.5rem;
  font-size: clamp(2rem, 5vw, 5.75rem);
}

h3 {
  color: #3e75df;
  font-size: 1.4rem;
  margin: 0.7rem 0;
}

header, footer {
  padding: 12px 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
}
main img {
  width: 100%;
  height: auto;
}

.recapiti {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recapiti li {
  color: #475067;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.recapiti li a {
  display: flex;
  align-items: center;
  color: #475067;
}
.recapiti li a:hover, .recapiti li a:focus {
  color: #133371;
  text-decoration: none;
  text-shadow: 1px 3px 10px rgba(62, 117, 223, 0.5);
}
.recapiti li i {
  color: #133371;
  font-size: 1.6em;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px), screen and (orientation: landscape) {
  body {
    background: #EFF1F2 url("/res/images/temporaryUnaviable/background.svg") no-repeat 100% 0;
    background-size: contain;
  }
  main {
    flex-direction: row-reverse;
  }
}

/*# sourceMappingURL=temporaryUnavaible.css.map */
