body {
  text-align: center;
}  

clock {
  /* Computer Font not like a book for the APP */
  font-family: sans-serif; 
  font-size: 30vw;
  color: black;
  padding: 15px;
  width: 100%;
}

/* The text in the apps Website */
.title {
  font-size: 3rem;
  color: black;
}

