body {
  background: purple;
  text-align: center;
}
p {
  font-size:40px;
  color: white;
  text-shadow: 
    10px 10px 5px rgba(16, 16, 16, 0.5);
h1 {
  font-weight: lighter;
  color:aqua;
}
h2 {
  font-weight: lighter;
  color:lightblue;
  }
h3 {
  font-weight: bolder;
  color:dodgerblue;
}

li {
  color:darkturquoise
}
h4{
  font-size:28;
  color:yellow;
  font-weight:lighter;
}

img{
  display:flex;
  margin-left: auto;
  margin-right: auto;
}