Header.css 640 Bytes
header {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
}

.hl {
  padding-right: 50px;
}

.hls {
  padding-left: 8px;
  font-size: x-large;
}

.hc {
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: left;
  flex-grow: 1;
}

.hcb {
  height: 34px;
  margin: 10px;
}

.hcd {
  margin: 10px;
}

.hcd > button {
  font-size: large;
}

.hcs {
  font-size: x-large;
  margin: 10px;
}

.hrd {
  margin-right: 10px;
  margin-left: 10px;
}

.hrd > button {
  padding: 8px 14px 8px 14px;
  font-size: medium;
}

.hr {
  display: flex;
}