.footer-color {
    background-color:#18366a
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#container {
    margin-bottom: 50px; /* height of the footer or more */
}