body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  background-color: #f5f7fa;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 700px;
  margin: 50px auto;
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.steps h2 {
  margin-top: 30px;
  font-size: 22px;
  color: #34495e;
}

ol {
  padding-left: 20px;
  margin-top: 15px;
}

ol li {
  margin-bottom: 10px;
}

.note {
  background-color: #fff8e1;
  padding: 15px 20px;
  margin-top: 30px;
  border-left: 5px solid #ffc107;
  border-radius: 4px;
  font-size: 14px;
}

footer {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
}

footer a {
  color: #007bff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
