.smart-draw-handler { position: absolute; } .smartdraw-input { color: black; } .smartdraw-options { display: flex; flex-direction: row; justify-content: space-around; .auto-color { display: flex; flex-direction: column; justify-content: center; width: 30%; } .complexity { display: flex; flex-direction: column; justify-content: center; width: 31%; } .size { display: flex; flex-direction: column; justify-content: center; width: 39%; .size-slider { width: 80%; } } } .regenerate-box, .edit-box { display: flex; flex-direction: row; }