body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#timer {
    text-align: center;
}

#display {
    font-size: 2em;
    margin-bottom: 20px;
}

button {
    padding: 10px;
    margin: 0 5px;
    font-size: 1em;
}
