body {
  background-color: skyblue;
  padding-top: 70px;
}

.bg-custom-red {
  background-color: #a73333 !important;
}

nav.navbar.bg-custom-red {
  background-color: #a73333 !important;
}
