header {
  background: linear-gradient(180deg, #fff, #eee);
  display: flex;
  height: 0.5in;
  justify-content: center;
  margin-bottom: 0.25in;
}

.header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 11in;
}

h1 {
  font-size: 20px;
}

.header-button {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.5em 1em;
}

.header-button:active {
  background-color: rgba(0, 0, 0, 0.1);
}