.reciteme-floating {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1000;
    display: flex;
    padding: .6rem;
    border: 2px solid white;
    outline 2px solid black;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    &:hover {
        border: 2px solid white;
        background: #373b3e;
    }
    .hidden {
        display: none;
    }
}
    