body {
  font-family: Georgia;
  color: #444;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-thumb .redThumb {
  background: #990003;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.btn-brown {
  background-color: #666;
  color: white;
}
.card-title {
  font-size: 152%;
}
h2 {
  font-size: 152%;
  margin-bottom: 6px;
}
.btn-red {
  background-color: #990003;
  color: white;
}

.card-body {
  max-height: 170px;
  overflow-y: auto;
}

.card a:hover {
  color: white;
  text-decoration: underline;
}

.card li {
  list-style: disc;
}

.card-body {
  background-color: #f5f5f5;
}
li {
  text-align: left;
  font-size: 100%;
  line-height: 24px;
}

.card-img-top {
  height: 200px !important;
  width: 100%;
  overflow: hidden;
}
