* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif  !important;
    
}

.navbar {
    background-color: #191919;
}

.custom-toggler.navbar-toggler{
    border-color: #191919;
    
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(251, 164, 12, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar-nav li {
    margin-right: 30px;
}

.ketgam p {
    font-weight: bold;
}

.pilihan a {
    text-decoration: none;
    font-weight: bold;
}


.navbar-collapse {
    background-color: #191919;
}

.navbar-nav a {
    font-weight: bold;
    color: white;
}

.navbar-nav a:hover {
    color: #fba40c;
}

.footer {
    background-color: #191919;
}

.footer p {
    color: #fba40c;
    font-weight: 600;
}

.footer a {
    text-decoration: none;
    color: #fba40c;
}