@media (max-width: 800px) {
    .navbar {
        position: static;
    }
    .navbar-tombol {
        display: none;
    }
    .navbar-navbar {
        display: flex;
        justify-content:space-between;
    }
    p{
        font-size: 14px;
    }
}