main {
    padding-top: 50px;
}

html {
    margin: 0; 
    background: white;
}

.all {
    font-family: "Bebas Neue", serif;
    font-weight: 600;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 20px;
    left: 3%;
    width: 80%;
    margin: 0 0;
    position: relative;
    display: inline-block;
}

#huh {
    margin: 10px 0 10px 0;
}

.not-working {
    margin: 0;
    padding: 0;
}

.no-work {
    margin: 0px 0px 8px 0;
    position: relative;
    top: 20px;
}

.gebruikersnaam__knop {
    list-style: none;
    position: relative;
    margin: 20px 50px;
    background: #eeee;
    width: 40%;
    left: 20px;
    border: 4px solid #000000;
    padding: 10px;
    font-size: 20px;
}

.ID-foto {
    list-style: none;
    position: relative;
    margin: 50px;
    background: #eeee;
    width: 40%;
    left: 20px;
    border: 4px solid #000000;
    padding: 10px;
}

.main-footer {
    background: black;
    position: absolute;
    top: 100%;
    width: 100%;
}