<!DOCTYPE html>
<html>
h1{
color:#3030a1
}
h1{
  text-align: center
}
img{// only some pictures, not the cc ones.
  height:220px;
  width:200px;
  border-style:solid;
  border-radius:23px;
  border-color:maroon;
  border-width:23px;
}
body{
  background-color:aliceblue;
}
  
h6{
  color:saddlebrown;
  font-size: 7px;
  font-family:monospace
}
p{
  font-size:15px;
}
h3{
  float:right;
  color: saddlebrown;
  font-family: monospace;
  font-size: 20px;
}
h5{
  float:right ;
  border-style: dashed;
  border-color:orangered;
  border-radius: 25px;
  margin:59px;
  font-size: 70px;
  border-width:15px;
}
h2{
  margin: 20px;
  
}

p{
  font-family: fantasy;
  color: #233878;
  background-color:#a9a8c6;
}
.harry{
  border-style:double;
  color:#5e4b4b;
  text-align:right;
}
.charlie{
  border-style:dashed;
  color: darkcyan;
  text-align:right;
}
.Marvel{
  border-style:groove;
  color: palevioletred;
  text-align:right;
}
.Parent{
  border-style:dotted;
  color:indigo;
  text-align:right;
}