body {
  background: white;
}
p1 {
  text-align:center
  color: white ;
}
h1 {
  font-weight: bold;
}
div {
  height: 200px;
  width: 50%;
  background-color: powderblue;
}
ul {
}