body {
  background-color: #212121;
  color: #fff;
}

.center {
  display: flex;
  height: 80vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

#clock {
  font-size: 40px;
  background-color: orange;
  padding: 20px 50px;
  margin-top: 5px;
  border-radius: 10px;
}