body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Roboto, sans-serif;
  background: #f4f6f8;
  color: #333;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 30px 20px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}
header h1 {
  color: #2a7cc7;
  font-size: 2.2rem;
}
header p {
  font-size: 1rem;
  color: #555;
}

.instructions .step {
  background: #fff;
  border-left: 5px solid #2a7cc7;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}
.instructions .step h2 {
  margin-top: 0;
  color: #2a7cc7;
}
.instructions .step p {
  margin: 0;
  font-size: 0.95rem;
}

footer {
  text-align: center;
  margin-top: 40px;
}
footer button {
  background-color: #2a7cc7;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
footer button:hover {
  background-color: #1d5fa0;
}

/*# sourceMappingURL=styles.css.map */
