.timerBtn{
    width: 80px;
    height: 30px;
    border: 3px solid;
    border-radius: 12px;
    background-color: #333;
    color: white;
    cursor: pointer;
    font-family: monospace;
}
#timeDisplay{
    font-size: 75px;
    color: #7fff00;
    font-family: monospace;
}
#timeContainer{
    text-align: center;
    border: 3px solid;
    border-radius: 25px;
    background-color: #272727;
}