* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(160deg, #1a40b8 0%, #08196a 100%);
  background-attachment: fixed;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #f5f3ee;
  text-align: center;
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon {
  position: absolute;
  left: 0;
  height: 44px;
  width: auto;
}
