/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    background: #333;
    color: #fff;
    padding: 0 7px 0 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
}

#back-to-top .dashicons-arrow-up {
    font-size: 42px;
    width: fit-content;
    height: fit-content;
}