.special-button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    opacity: 0;
    z-index: 1;
}

.special-button-container:hover {
    opacity: 0.5;
    pointer-events: all;
}

.special .special-button-container {
    opacity: 0;
}

#specialButton {
    border: none;
    background: transparent;
    transition: 0.3s;
    width: 40px;
    height: fit-content;
    cursor: pointer;
}
#specialButton:hover {
    opacity: 0.5;
}
