.groups{
    list-style-type: none;
    width: 100%;
}
.groups li{
    float: left;
    margin: 0 20px;
}
.groups li a.active{
    font-weight: bold;
}
.groups li a{

}
.button-add-group{
    margin-top: 30px;
}
.delete-stage{
    float: right;
    color: red;
    background: none;
    border: none;
}
.question-container{
    position: relative;
}
.delete-question{
    color: red;
    background: none;
    border: none;
    position: absolute;
    top: 7px;
    right: 0px;
}
.flex-row{
    display: flex;
    flex-flow: wrap;
}
.addStage{
    text-align: center;
    min-height: 300px;
    padding-top: 150px;
}
.image-container{
    position: relative;
    margin-bottom: 15px;
}
.delete-image{
    position: absolute;
    top: 0;
    right: 15px;
    background: none;
    border: navajowhite;
    color: red;
    cursor: pointer;
}