.header {
  display:flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 1.5rem 2.0rem;
  margin-bottom: 20rem;
}
 .lab-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lab-brand {
  display: flex;
  align-items: center;
}

.lab-logo img{
  height:50px;
  margin-left: 1.0rem;
  margin-right: 0.5rem;
  border-radius: .9rem;
}

.inbre-logo img{
  height:40px;
}
.lab-name {
  font-size: 2.0rem;
  font-weight: bold;
}

.lab-nav a {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1.5rem;
}

.lab-nav a:hover {
  color: rgb(232, 190, 22)
}