@charset "utf-8";

header {
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-left: 0px;
  margin-bottom: -4px;
  gap: 4px;
}

header img {
  display: block;
  width: 88px;
  height: 88px;
}

header h1 {
  font-size: 16px;
  font-variant: normal;
  font-weight: bold;
  color: #707070;
  margin-top: 14px;
  margin-bottom: -20px;
  margin-left: 1px;
}

header h2 {
  font-size: 24px;
  font-variant: normal;
  font-weight: bold;
  color: #ce9500;
}
