/* here you can put your own css to customize and override the theme */

.end-hr {
    border : 0px;
    height : 1px;
    background-image : linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,75), rgba(0,0,0,0));
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.img-center-heigtLight {
    margin-left: auto;
    margin-right: auto   
}

.gambar img {
    border: 1px;
    border-radius: 30px;
    padding: 10px;
    margin: 10px;
    width: 150px;
}

.gambar img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}