header {
    background-color: crimson;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 35px;
}

counter {
    float: left;
    padding: 20px;
    width: 100%;
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 20px;
    height: 50px;
}

.time {
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 30px;
}