.html {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 20px;
}
.heading {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}
#balance {
    font-weight: bold;
    color: #333;
    border: black 2px solid;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    right: 40px;
    top: 10px;
    position: absolute;
}
#playLottoBtn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
}
#nums {
    background-color: black;
    width: fit-content;
    position: relative;
    padding: 20px;
    left: 10px;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#paid-version {
    background-color: lightblue;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    position: absolute;
    left: 10px;
}