
.data-in {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
#questionTypes {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#questions, textarea {
    margin-top: 10px;
}  