body {
  background-color:darkred;
  border-style: solid;
  border-color: black;
  border-width: thin
}
p {
  color: ghostwhite;
  text-align:left;
}

p2 {
  color: white;
  font-weight:bold;
  font-size: 12px;
}
h1 {
  font-weight: bold;
  color: ghostwhite;
  text-align: center;
}

a {
  color:ghostwhite;
}