#feedback-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 6px 15px;
    background-color: #004C97;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 1000;
}