body{
  color: darkslategray;
}

.navbar-brand{
  color: white; 
  margin-left: 20px; 
  padding: inherit; 
  font-weight: bold; 
}

.navbar-expand-lg{
  background-color: #17a2b8 !important;
  }


.navbar div{
  margin: inherit; 
  background-color: white;  
  font-weight: bold;
  
}

footer {
  background-color: rgba(4, 22, 21, 0.691); 
  border-top-style: solid; 
  border-top-width: 0px; 
  color: white; 
  font-size: 10px; 
  width: 100%;
  padding-top: 5px; 
  }
