#app { height: auto; //background-color: #3e4555; display: flex; flex-direction: column; } .background { background-image: url('../assets/images/banner-bg2.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; height:28em; margin-bottom: 1em; } .container { height: auto; } .container, #app { width: 100%; background-color: #f6f8fc; }