#rgp-button {
    align-items: center;
    background-color: #0d0;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    gap: 8px;
    padding: 8px;
    transition: all 0.5s ease;
}

#rgp-button:hover {
    background-color: #0b0;
    transform: translateY(-4px);
}

#rgp-button:active {
    background-color: #0b0;
}
