body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(#0f0f0f, #1a1a1a);
  color: #fff;
  background-image: url('minneapolis-skyline.png');
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(15, 15, 15, 0.8);
  border-radius: 12px;
  box-shadow: 0 0 20px #ff6ec7aa;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.8rem;
  color: #ff85d3;
  margin-bottom: 0.2rem;
}

.tagline {
  font-style: italic;
  color: #d1d1d1;
  font-size: 1rem;
}

section {
  margin-bottom: 2rem;
}

h2 {
  color: #ffc8e2;
  border-bottom: 1px solid #ff6ec7;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

p, li {
  line-height: 1.6;
  color: #e6e6e6;
}

ul {
  list-style-type: square;
  padding-left: 1.2rem;
}

a {
  color: #ffb3ec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 2rem;
  color: #aaa;
}
