body {
  background-color: black;
}
h1 {
  color: white;
  font-family: "Roboto Slab", monospace;
  text-align: center;
  margin-top: 300px;
}
.divclock {
  color: white;
  font-family: "Roboto Slab", monospace;
  text-align: center;
  margin-top: 200px;
  font-size: 70px;
  margin-bottom: 10px;
}
.pclock {
  color: white;
  font-family: "Roboto Slab", monospace;
  text-align: center;
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 0;
}
