#display, #displayx{
    min-height: 50px;
    font-size: 70px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0%;
}

#start, #startCountDown{
    background-color: rgb(70, 125, 160);
    color: white;
    min-height: 30px;

}

#clear, #clearCountDown{
    background-color: rgb(223, 99, 111);
    color: white;
    min-height: 30px;
}

#basic, #basicx{
    margin-bottom: 25px;
}