.main {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 80px;
}

.post-cancel-button {
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  background: none;
  cursor: pointer;
}

.post-cancel-button img {
  display: block;
}

.select-category {
  justify-content: flex-start;
}

.select-category li {
  white-space: nowrap;
}

.header h1 {
  position: absolute;
  top: 9px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
