
header.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

.header-title {
  margin-top: 10px;
  text-align: center;
}

.header-btn {
  height: 36px;
}