.sidebar .sidebar-coffee {
    display: flex;
    justify-content: center;
    background-color: var(--sidebar-bg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: solid 1px #eaeaea;
}
