.container-header {
  background-color: #FFAC3A;
  background-image: none;
}

.container-footer {
  background-color: #FFAC3A;
  background-image: none;
}

.card-header {
  color: white;
  background-color: #FFAC3A;
  background-image: none;
}

.container-header .navbar-brand { 
  width: 100%;
  display: flex;
  float:right;
  justify-content: right;
  align-items: right;
}