
#LampMainFlexDiv {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content:space-between;
  align-content: space-between;
  height: 475px;
  width: 85%;
  margin-bottom: 50px;
}

.left {
  margin-left: 55px;
  margin-bottom: 50px;
}

#LampNavFlexDiv {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content:space-between;
  align-content: space-between;
  height: 100px;
  width: 85%;
  margin-bottom: 50px;
}
