@font-face {
   font-family: RobotoMono;
   src: url("RobotoMono-Thin.ttf");
}

* {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
}

body {
   background-color: #000000;
   overflow: hidden;
   text-align: center;
}

#Clock {
   width: 100%;
   max-width: none;
   max-height: none;
   margin: 0px;
}

.Pointer {
   cursor: pointer;
}
