* {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

html {
  font-size: 18px;
}

.slide {
  position: relative;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}

.scritta-layer {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mt-4rem {
  margin-top: 4rem;
}

strong {
  font-weight: 700;
}

.light {
  font-weight: 200;
}