.Info__body { height: 100%; display: flex; flex-direction: column; } .Info__container { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .Info__title { text-align: center; } .Info__service_name { align-self: center; } .Info__editor { border: 1px solid #F2F2F2; text-align: left; width: 100%; height: 40vh; } .Info__controls { position: absolute; right: 15px; top: 10px; font-size: 20px; }