.header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 218, 218);

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  margin-left: 20px;
}

.header-left a {
  text-decoration: none;
  color: inherit;
}

.header-left:hover {
  cursor: pointer;
}

.header-right {
  margin-right: 20px;
  font-size: 12px;
}

.header-right a {
  text-decoration: none;
  color: inherit;
}

.header-right:hover {
  cursor: pointer;
}