.bottom-nav {
    background-color: #4b8b01;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bottom-nav a {
    color: #fff!important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 2.5rem!important;
}

.bottom-nav i {
    color: #fff!important;;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 2.5rem!important;
}

.bottom-nav a:hover {
    background-color: #2a93d5;
}

.bottom-nav a .icon {
    margin-right: 8px;
}
.bottom-nav {
    z-index: 9999;
}