#toggleButton {
    border: none;
    border-radius: 0px 10px 0px 0px;
    background-color: #bababa;
    width: 70px;
    height: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
}
#remainingTime {
    color: #e5e5e5;
}
h1 {
    font-size: 40px;
}
td {
    width: 150px;
}
