
  
  .hero-body {
background: linear-gradient(90deg, rgba(212,216,235,1) 0%, rgba(161,172,231,1) 35%, rgba(109,121,187,1) 76%);
}
  body {
background: linear-gradient(90deg, rgba(212,216,235,1) 0%, rgba(161,172,231,1) 35%, rgba(109,121,187,1) 76%);
}
  
  .is-centered {
background: linear-gradient(90deg, rgba(212,216,235,1) 0%, rgba(161,172,231,1) 35%, rgba(109,121,187,1) 76%);
  }
  .title {
    color: white;
  }
  
  .subtitle{
    color: white;
  }
  .card{
background: transparent;
  }
  .card-content.s1{
    background: transparent;
  }
  
  img {
    padding: 5px;
  }
  
  footer{
    padding: 50px;
    color: white;
    text-align: center;
  }

  .description {
      color: white;
  }

  #continue {
      border-color: white;
      color: white;
  }

  #continue:hover {
    background: white;
    color: black;
}

  