.icon-button {
    display: inline-block;
    margin-right: 20px;
}

.icon-button img {
    width: 50px; /* Adjust the size of the icon as needed */
    height: auto;
    border-radius: 90%; /* Make the icon circular */
}

.cashapp img {
    background-color: #41bb00; /* Customize the background color for Cash App */
}

.venmo img {
    background-color: #3d95ce; /* Customize the background color for Venmo */
}

.paypal-icon {
    width: 50px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.link-text {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #1E90FF; /* Adjust the color as needed */
}

h1 {
    margin-bottom: 20px; /* Add margin below all <h1> elements */
}