/* style.css for the clock widget */
html, body {
    margin: 0;
      padding: 0;
      overflow: hidden; /* Hide scrollbars if canvas is exact size */
      background-color: transparent; /* Allows parent page background to show through */
}

canvas {
    display: block; /* Removes any baseline spacing */
}
