.website-survey-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #518b35;
    background-size: 75%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    bottom: 1rem;
    height: 36px;
    position: fixed;
    right: 4rem;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    z-index: 999999;
    color: white;
    font-weight: bolder;
}

.website-survey-button:hover {
    color: white;
}