body {
    font-family: 'Work Sans', sans-serif;
    background-color: #f8f9fa;
    
    /*background-image: url(../img/bg-landing-dark.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    }

    .icon-card {
      transition: transform 0.2s ease;
    }
    .icon-card:hover {
      transform: scale(1.05);
    }
    .icon-card i {
      font-size: 3rem;
    }
    .icon-booking {
      background-color: #e0f7fa;
    }
    .icon-survey {
      background-color: #e8f5e9;
    }
    .icon-monitor {
      background-color: #f3e5f5;
    }
    .active-link {
      border: 2px solid #0d6efd;
    }
  
    h1,h2,h3{
      text-transform: uppercase;
    }

    @media (max-width: 990px) { 
        .img-qr{
          display:none !important;
        }
        .col-lg-4.col-md-4.col-xs-6 {
            width: 50%;
        }
        .p-4 {
            padding: 0.5rem !important;
        }
      }

      h2 {
		background-color: #080808d6;
		padding: 5px;
		border-radius: 8px;
	}
	  
	  h2#indukName {
		color: aliceblue !important;
		font-size: 3rem;
	}