body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f8f8;
    text-align: center;
}

.app-container {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.balance-card {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.action-buttons button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #7367F0;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.action-buttons button:hover {
    background: #5a54c7;
}
