.b{
  font-weight: bold;
}

.accent{
  color: #C82E90;
}

.stroke{
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

p{
  font-size: 1.2em;
}

a{
  color: #CE258C;
}

a:hover{
  color: #a6b9ff;
}

hr{
  border: 7px solid #1349A1;
  border-radius: 5px;
}

hr.separate{
  display: flex;
  border: 3px solid #1349A1;
  border-radius: 3px;
}
