@import url('../shared/base.css');

header {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
}

header img {
  width: 120px;
}

header h1 {
  color: #ffffff;
}

footer strong {
  color: #1f2937;
}

@media (max-width: 640px) {
  header img {
    width: 96px;
  }
}
