.badge {
  height: 0vh;
  display: flex;
  justify-content: left;
  align-items: bottom;
  background-color: ffffff00;
}

.container1b {
  background-image: url('https://static.igem.wiki/teams/4449/wiki/artboard-1-3x-8.png');
  
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center;
  border-radius: 0%;
  box-shadow: 0 0 20px 2px fffff00;
  position: relative;
}


.badger {
  height: 0vh;
  display: flex;
  justify-content: right;
  align-items: bottom;
  background-color: ffffff00;
}

.container1br {
  background-image: url('https://static.igem.wiki/teams/4449/wiki/artboard-1-3x-8.png');
  
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center;
  border-radius: 0%;
  box-shadow: 0 0 20px 2px fffff00;
  position: relative;
}