body {
  overflow-y: scroll;
}

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

.navbar-brand {
  border: 1px solid black;
  border-radius: 8px;
  background-color: white;
}

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