/* Style the body */

body {
  margin:0;
  padding:0;
  font-family: sans-serif;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;


}
/* style h2   */
h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 32px;
  text-align: center;
  color: gray;
}
/* Style the clock */
.clock {
  background-color: black;
  color: red;
  font-size: 60px;
  font-weight: 700;
  padding: 20px 40px;
  
  border-radius: 20px;
 
}
#ampm {
  color: white;
  font-size: 20px;
  font-weight: 700;
  
}
