.floating-buttons {
    list-style: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 5px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
}

.floating-buttons .fa-circle {
    color: #0aa;
}
