body {
    background-color: lightblue;
  }
  
  h1 {
    color: white;
    text-align: center;
  }
  
  p {
    font-family: verdana;
    font-size: 20px;
  }

.darker {
  background-color: #666;
}

.cwhite {
  color:#eee important!
}

ul {
  list-style-type: disc important!; 
}