img {
  width:550px;
  border: dotted;
  border-bottom-color: #c6316a;
  border-top-color: #2871d1;
  border-left-color: #0fc265;
  border-right-color: #c7ea16;
  border-bottom-style: groove;
  border-top-style: double;
  border-left-style: dashed;
  border-width: 5px;
  border-bottom-left-radius:60px;
  border-bottom-right-radius:60px;
  border-top-left-radius:60px;
  border-top-right-radius:60px;
  }
p{
  text-align: left;
  font-family:cursive;
  font-size: 18px;
  color: #4524ce;}
a{
  font-family: impact;
  font-size: 35px;
  color: #7a3abc;}
h1{
  text-align: inherit;
  color: #b03bbf;
  font-family: monospace;
  font-size: 35px
  
}
body{
  background-color: #222422;
}
h3{
  color: #c7d22b;
}
h4{
  color: #11cbae;
}
h2{
  color: #dd2a5f;
}
