body,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: blanchedalmond;
}

.header-title {
  line-height: 64px;
  width: 160px;
  cursor: pointer;
  text-align: center;
  color: #303030;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
}
