.desktop-buttons-container {
    display: flex;
    flex-direction: row;
}
.desktop-buttons-column {
    display: flex;
    flex-direction: column;
}

.desktop-shortcut {
    background: transparent;
    border: none;
    padding: 4px 8px;
    padding-top: 6px;
    margin: 3px;
    width: fit-content;
    text-align: center;
}
.desktop-shortcut figure {
    width: 64px;
    font-size: 12px;
}
.desktop-shortcut img {
    height: 48px;
}

.desktop-shortcut:hover {
    background-color: rgb(256, 256, 256, 0.15);
}

.desktop-shortcut:active {
    box-sizing: border-box;
    background-color: rgb(256, 256, 256, 0.25);

}