
/* This is a css reset */

* {
    margin: 0;
    padding: 0;
    }
    
body {
    background-color: rgb(245, 243, 243);
      }    

h1 {
    color: rgb(67, 8, 90);
    text-align: center;
    margin-top: 10px;
  }

p, ul {
    color: 000;
    
    margin: 25px 50px 25px 50px;
  }

  #date {

    font-size: 15px;

  }


  #time {

    font-size: 15px;

  }