.main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: default;
}

.selected {
  font-size: 20px;
  margin-right: 10px;
}
