h1{
  color:white;
}

body{
  background:black;
}
p{
  text-align:center;
  color:white;
  border-style:dotted;
  border-width:10px;}
  
