#money-timer {
    text-align: center;
    margin: 20px;
}

#pay-now-button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#timer {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}
