.banner{
    background: url(image/bg-3.jpeg) no-repeat center center;
    background-size: cover;
    opacity: 0.9;
    padding-top: 10%;
    padding-bottom: 10%;
    color: #e69f08;
    text-shadow: #fff;
      font-weight: bolder;
      -webkit-text-stroke: 0.1em #000;
}

.banner h5{
    color: #000;
}

.lingkaran{
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    height: 150px;
    color: #fff;
    background-color: #dc3545;
}

.lingkaran i {
    position: relative;
    top: 30px;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: 40px;
    right: 4px;
    opacity: 0.4;
    font-size: 90px;
}
