  
H1{
  font-size : 18px;
  font-family : "MS UI Gothic",sans-serif;
  font-weight : bold;
  color : purple;
  padding-left : 5px;
  border-left-width : 8px;
  border-left-style : solid;
  border-left-color : purple;
  
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : purple;
}
.copyright{
  font-size : 12px;
  font-family : sans-serif,"MS UI Gothic";
  color : white;
  background-color : purple;
  text-align : center;
}

