@media (width <= 830px) {
    #bottomNavbar {
        display: none;
    }
    #HamMenu {
        display: flex;
    }
    .headerr {
        display: none;
    }
}
