    #float_right {
        position: fixed;
        right: 0;
        bottom: 150px;
        width: 80px;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        box-shadow: -2px 0px 1px 5px rgba(211, 211, 211, 0.1);
    }

    #float_right>a {
        width: 80px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #float_right>a:hover {
        background-color: #ebebeb;
    }

    #float_right>a svg {
        width: 34px;
        height: 34px;
        margin-bottom: 3px;
    }

    #float_right>a .subtitle {
        margin-top: 2px;
        font-size: 10px;
        transform: scale(.8);
        color: #000;
    }