.main { display: flex; flex-direction: column; height: 100vh; .main-content { overflow: hidden; flex: 1 1; } .main-header, .main-footer { flex: 0 0; } }