﻿@import url(https://fonts.googleapis.com/css?family=Josefin Sans);
/* LESS zu CSS mit http://winless.org/online-less-compiler */
/* 
   "width"				fuer Werte mit Dimension px
   "color"				fuer Farben
  */


#clock {
  color: #000000;
  background: #FFA500;

}
