  /* Hero Section */
  .hero {
    background: url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-4.0.3&auto=format&fit=crop&w=1951&q=80') no-repeat center center/cover;
    color: #222;
    height: 40vh;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    color: #085af1;
  }

  .whitetext {
    color:#ffffff
  }