h1 {color:blue;}
body {
  background-color: lightblue;
}

div {
   width: 300px;
   border: 6px double blue;
}




h2{width: 112px;
   border: 3px dashed aquamarine;
  padding: 3px;
}

p {
   color: white;
   background-color: teal;
  font-family:"gstatic"
  ;
}