body {
  background-color:blueviolet;
}
p {
  color:;
  background-color:aqua;
  text-align:inherit;
  font-size: 20px
}
h1 {
  font-weight: bold;
  background-color:aquamarine;
    text-align: center;
  color:blue;
}
h6{
  color:aliceblue;
  background-color: cadetblue;
  text-align: center;
  font-size:20px;
}
h2{background-color: aqua;
font-size: 40px;
  text-align: center;
    color: blue
}
img{
border-style:dashed;
height: 140px;
border-width: 5px;
float:left;
border-color:chartreuse
}