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