body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 3px solid black;
    background: white;
}

.wallet {
    font-weight: bold;
}

.profile {
    border: 2px solid black;
    padding: 5px 10px;
}

.progress-bar {
    margin: 20px auto;
    padding: 15px;
    width: 80%;
    border: 3px solid black;
    background: white;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.games {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.game-card {
    width: 200px;
    height: 300px;
    border: 3px solid black;
    background: white;
    text-align: center;
    padding-top: 20px;
}

button {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
