.footer_large {
    background-color: var(--header-bk-colour);
    backdrop-filter: blur(6px);
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1px;
    bottom: 0;
    width: 100%;
    height: 55px;
}

.large_footer_button {
    border-right: 1px solid var(--border-color);
    /* border-top: 1px solid var(--primary-text-color);*/
    align-items: center;
    vertical-align: center;
    justify-content: center;
    display: flex;
    color: var(--primary-text-color);
    font-weight: bold;
    font-size: x-large;
}

.large_footer_button:hover {
    background-color: var(--header-bk-colour);
    cursor: pointer;
}

.large_footer_icon {
    width: 30px;
}