.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

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

.step-links a, .step-links span {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.step-links a {
    color: #007bff;
}

.step-links span.current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.step-links a:hover {
    background-color: #ddd;
}
