*{
    color: white !important;
}
  
  .hero-body {
background: linear-gradient(90deg, rgba(141,160,217,1) 0%, rgba(113,133,190,1) 35%, rgba(52,79,161,1) 76%);
  }
  body {
background: linear-gradient(90deg, rgba(141,160,217,1) 0%, rgba(113,133,190,1) 35%, rgba(52,79,161,1) 76%);
  }
  
  .is-centered {
background: linear-gradient(90deg, rgba(141,160,217,1) 0%, rgba(113,133,190,1) 35%, rgba(52,79,161,1) 76%);
  }
  .title {
    color: white;
  }
  
  .subtitle{
    color: white;
  }
  .card{
background: transparent;
margin: 10%;
  }
  .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;
}

  
.footer-1{
    color: black;
}