body {
  margin: 0;
  font-family: sans-serif;
  background-color: #fff0f5;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

h1 {
  margin-bottom: 10px;
}

.subtitle {
  color: #555;
  margin-bottom: 40px;
}

.step-list {
  list-style: none;
  padding: 0;
}

.step-list li {
  margin-bottom: 20px;
}

.step-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 10px;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.step-list a:hover {
  transform: scale(1.02);
}

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