/* PiClock - exakte Kopie von pi.nx-web.de */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: white;
  font-family: 'Roboto Slab', serif;
  background-color: black;
  overflow: hidden;
  height: 110%;
  width: 100%;
}

#time {
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 350pt;
  margin-top: 0px;
  display: block;
}
