#Configuratie .bovenbalk {
    display: flex;
    gap: 50px;
}

#Configuratie .pijl {
    font-size: 30px;
    height: 50%;
    width: 80px;
    border-radius: 10px;
    border: 0px;
    background-color: lightgray;
    align-self: center;
    border: 1px solid gray;
}
#Configuratie h1 {
    margin: 10px;
}
#Configuratie h1.huidig {
    border: 1px dashed gray;
    border-radius: 6px;
    padding: 5px;
    margin: 5px;
}

#Configuratie .fasegebonden {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
#Configuratie .fasegebonden > textarea {
    resize: vertical;
    height: 500px;
}