#upper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 95%; */
  height: 8vw;
  min-height: 55px;
  max-height: 65px;
  margin: 0px auto;
  background-color: var(--dark3);
  margin-bottom: 4px;
  color: var(--light1);
  border-radius: 0px 0px 30px 30px;
}

#upper-section img {
  width: 40px;
  margin-right: 10px;
}
