/* Footer styling */
footer {
  margin-top: auto; /* push to bottom */
  background-color: rgb(0,0,0);
  color: rgb(246, 243, 235);
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

footer a {
  color: rgb(246, 243, 235);
  margin-left: 10px;
  font-size: 1.2rem;
  text-decoration: none;
}

footer a:hover {
  color: #0d6efd;
}

.cjr-footer {
  font-size: large;
}
.navbar-brand:hover,
.pp:hover,
.tofu:hover {
  text-decoration: underline;
}
