body {
  background-color: #ffccef;
  text-align: center;
  margin-top: 200px; 
}



#output{ /* for the clock */
  font-family:"Comic Sans MS";
  font-size: 100px;
  font-weight: 400;
  text-align: center ;
}


button { /*button */
  width: 100px;
  height: 45px;
  font-family:"Comic Sans MS"; 
  border: 2px solid; 
  
}

h1 {
  text-align: center;
  color: black;
  font-family:"Papyrus";
  font-size: 100px;
}

h2 { /*for the lists */
  font-family:"Papyrus";
  font-size: 50;
}

