.footer {
  background-color: #8b0000;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin-top: 20px;
}

.footer h3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer p {
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.9;
}