
.contact-button {
    position: fixed;
    bottom: 50px;
    right: 5px;
    background-color: #9157a5;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    z-index: 50;
}

.contact-button:hover {
    background-color: #d08bf8;
}

.wp-button {
    position: fixed;
    bottom: 100px;
    right: 5px;
    background-color: #5aa557;
    color: #ffffff;
    padding: 0px 0px;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    z-index: 50;
    
}

.wp-button:hover {
    background-color: #9df88b;
}
