
#container{
 margin:auto;
 width:90%;
 text-align: left;
}

#esfera{
 width:300px;
 height:300px;
 position: relative;
 background-image: url('watch.png');
 background-repeat: no-repeat;
 background-size: contain;
}

#numeros{
 position: absolute;
 bottom: 110px;
 left:120px;
}
#crono{
color:#AD0DB1;
}
clear {
clear:both:
}
