.overbox:hover {
    background: rgba(255, 0, 255, 0.2);
    cursor: alias;
}

.overbox:active {
    color: white;
}

.overbox {
    position: absolute;
    color: #999;
    z-index: 2;
    padding: 0 1rem;
    border: solid;
    border-radius: 0.15rem;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
    font-size: 0.75rem;
}

.overbox a {
    display: block;
    color: white;
}
