body{
    background: #09b77c;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}
.container{
    width: 800px;
    margin: 30px auto;
    color: whitesmoke;
    text-align: center;
}
h1,
h2,
h3{
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 2.6rem;
    text-transform: capitalize;
}
#seconds,
#tens {
    font-size: 2em;
}
button{
    width: 150px;
    height: 50px;
    background: transparent;
    color: whitesmoke;
    border: 2px solid whitesmoke;
    border-radius: 5px;
    margin-right: 10px;
    outline: none;
}
button:hover{
    background: whitesmoke;
    color:#09b77c;
    font-weight: 800;
    text-transform: capitalize;
}