@import url(https://fonts.googleapis.com/css?family=Lobster);

body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
}

.container div{
    font-family: 'Lobster', cursive;
    font-size: 2em;
    height: 30px;
    width: 30px;
    padding: 35px;
    color: yellow;
    float: left;
}

#hour {
    background-color: #ff0000;
    top: 100px;
}

#minute {
    background-color: #ffff00;
    top: 100px;
    color: green;
}

#seconds {
    background-color: #00ff00;
    top: 100px;
}

#milliSeconds {
    background-color: #1de5e5;
    top: 100px;
    color: green;
}

h1 {
    color: white;
}

#timeOfTheDay {
    width: 300px;
    height: 30px;
    background-color: #bfb72d;
    position: absolute;
    top: 300px;
    left: 450px;
}