.button.button--primary.hp-button.withdraw-button {
    display: inline-flex; width:40%;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background-color: #333333;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    gap: 8px;
    transition: all 0.2s ease;
}