/* main layout */

main{
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    margin-bottom: 150px;
    width: 1400px;
}

.link {
    text-decoration: underline;
}

.contentDIV{
    margin-top: 80px;
}

/* stappen */

.stap {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 18px;
    height: 50px;
    width: 640px;
}

.stap-nummer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: orange;
}

.stappen{
    margin-top: 30px;
    margin-bottom: 30px;
}