#scrolly {
    position: relative;
    background-color: transparent;
    padding: 1rem;
  }

  article {
    position: relative;
    padding: 0;
    /* max-width: 20rem; */
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 500px;
  }

  figure {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
    z-index: 0;
  }

  figure p {
    text-align: center;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .step {
    margin: 0 auto 500px auto;
    margin-bottom: 100vh;
    opacity: 0.98;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .step:last-child {
    margin-bottom: 0;
  }



  /* .step.is-active p {

  }
*/
  .step p {
      padding: 10px 10px 10px 20px;
      font-family: "SoleSans", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: 1.35;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
    }

    .step-data {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: rgba(0, 0, 0, 0.5);
    }


 .blue {
  color: #67b2e5;
  font-weight: 800;
 }

 mark{
  background-color:#9fd8ff;
  font-weight: bold;
  padding:0 0.2em;
 }

.sottolineato {
  text-decoration: underline;
}




  .scrollama__debug-offset {
    opacity: 0;
  }

  @media screen and (max-width: 480px) {

    article {
      max-width: 20rem;
    }

    .step {
      padding: 10px;
      margin-bottom: calc(100vh - 200px);
    }

    
  }

  @media screen and (min-width: 600px) {
    #my-story-iframe {
      margin-top: -20px;
    }
  }