body{
    background-color: rgb(159, 14, 14);
}
#countdown{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-family:'Courier New', Courier, monospace;
    color: white;
}