/* Custom footer Pi symbol */
.footer-pi {
  text-align: right;
  font-size: 1.5rem;
  color: #828282;
  margin-top: 0.5rem;
  line-height: 1;
}

.footer-pi:hover {
  color: #3498db;
  cursor: default;
}
