body {
  color: #222;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  color: #ea0000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #ea0000;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

p {
  margin-top: 35px;
  margin-bottom: 10px;
}

.tagline {
  color: #202020;
  font-size: 24px;
}

.centrato {
  text-align: center;
}

.motto {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main {
  padding: 20px 20px 60px;
}

.main.centrato {
  padding-top: 50px;
}

.rosso {
  color: #ea0000;
}

.workshop {
  color: #222;
  margin-top: -1px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.workshop:hover {
  font-size: 18px;
}

.small {
  font-size: 85%;
}

.workshop-txt {
  margin-top: 14px;
  margin-bottom: 19px;
}

.link-nero {
  color: #222;
  text-decoration: none;
}

.link-nero:hover {
  color: #ea0000;
  text-decoration: underline;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}


