body {
    font-family: sans-serif;
    text-align: center;
    font-size: 12pt;
    padding-top: 30px;
}
#theButton {
    width: 250px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
}
#timer {
    width: 250px;
    line-height: 50px;
    padding: 0px;
    font-family: monospace;
    font-weight: bold;
    font-size: 24pt;
    border: 1px solid black;
}
p.para {
    width: 500px;
}
#footer {
    font-size: 10px;
}

