#bottomBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #121214;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding-left: 10px;
}

