body {
    font-family: Arial, sans-serif;
}

.overview {
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.step {
    width: 150px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 8px;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.arrow {
    font-size: 24px;
    margin: 0 10px;
    color: #000;
}

a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}


