.floating-bottom-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-top-button-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-button {
    display: inline-block;
    border: none;
    background: none;
    color: white;
    padding: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.floating-button:hover {
    background-color: #7195f1;
}