body {
  background: url('painted_bird_bg.jpg') no-repeat;
  background-position: -700px -800px;
}
.text-justify {
  text-align: justify;
}
h1, h2, h3, nav a {
  color: #000;
  font-family: "Courier New Bold", Courier, serif;
}
nav a:hover {
  color: #cd0707;
  text-decoration: underline;
}
.nav-link.active {
  text-decoration: underline;
}

.price {
  text-align: right;
}

.price.up {
  color: #198754 !important;
}

.price.down {
  color: #dc3545 !important;
}
