
  
  .hero-body {
background: linear-gradient(90deg, rgba(255,208,211,1) 0%, rgba(230,146,150,1) 35%, rgba(201,93,99,1) 76%);
  }
body {
    background: linear-gradient(90deg, rgba(255,208,211,1) 0%, rgba(230,146,150,1) 35%, rgba(201,93,99,1) 76%);
  }
  .is-centered {
background: linear-gradient(90deg, rgba(255,208,211,1) 0%, rgba(230,146,150,1) 35%, rgba(201,93,99,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;
}

  