#halamanUtama {
    background-image: url("../../images/bg.jpg");
    height: 100vh;
}

.text-sikopi {
    color: #ffff;
}

.card-tombol {
    background-color: #b3d34bad;
    height: 150px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    cursor: pointer;
}
