body {
 background-color: black;
  font-style: oblique;
  color:rgb(95, 158, 160);
  text-align: center;
  font-family: fantasy;
  border-style: dotted;
  border-width: thick;
}
p {
  color: rgb(95, 158, 160);
  text-align:center;
  font-family: fantasy;
  border-style:dotted;
  border-width: thick;
}
h1 {
  font-weight: bold;
  border-style:double;
  border-width: thick;
}
