.container {
  background: #edf6f9;
  display: flex;
  width: 800px;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.left-panel, .right-panel {
  flex: 1;
  padding: 2rem;
}

.menu-link {
	color: #006D77;
}

.divider {
  width: 1px;
  background: white;
  align-self: stretch;
  /* margin: 1.5rem 0; */
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li::before {
  content: "🌸 ";
}
.main-container {
	width: 100%;
	height: 100%;
	display: flex; 
	justify-content: center;
	align-items: center;
}
