body {
  background-color: #f3f1f2;
}

.container-header,
.container-footer {
  background: #7a1f24 !important;
  background-image: none !important;
}

.container-header {
  border-top: 4px solid #cb3235 !important;
}

.container-component {
  width: 100%;
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-self: center;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px 20px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-nav .nav-item a:hover,
.container-nav .nav-item.active a {
  border-bottom: 3px solid #ffffff;
}