.main { display: flex; flex-direction: column; justify-content: space-between; position: fixed; padding: 1em 1.5em 1.5em 1.5em; top: 0; right: 0; bottom: 0; left: 0; &__content { flex-grow: 1; display: flex; flex-direction: column; } }