
body {
  background-color: palegreen;
  text-align:center;
}
p {
  color: rgb(199,21,133);
  text-align:center;
}
h1 {
  font-weight:bolder;
  text-align: center;
  color: rgb(250,128,114);
}
h3 {
   color:dodgerblue;
  text-align: center;
}
  a {
    color:crimson;
  }

h4{ text-align: center;
}
img { border-color: darksalmon;
  border-style: solid;
  border-radius:54px; 
  float: center;
  width:500;
}
h2 { color:deepskyblue;
}
li{ color:black;}
.hairstyles {color: rgb(199,21,133);
  text-decoration: underline;
}
.title { color: rgb(250,128,114);
}
.paragraph{ color:black;
}
h4{ color:deeppink;
}