html {
    scroll-behavior: smooth!important;
    scroll-margin: 10px;
}

.fixed-top {
    background-color: #fff;
}

.contact {
    border-right: 1px solid rgb(247, 93, 114);
    height: 120px!important;
}

.w-25 {
    width: 35%!important;
}

.btn-primary:hover {
    color: none;
    background-color: none !important;
    border-color: none !important;
}

.namakoop {
    color: black;
}

.icon-red {
    color: red;
    font-size: 28px;
}

.text-secondary:hover {
    text-decoration: none;
}

@media(min-width: 375px) {
    .text-tengah {
        text-align: center;
    }
}

a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: bold;
    color: white;
}