.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;

  h1 {
    margin: 0;
    font-size: 16px;
  }

  .close-btn {
    cursor: pointer;
  }
}
