html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1 0 auto;
}

.jumbotron {
  background: grey;
  color: white;
  margin-top: 10px;
}

.footer {
  background: black;
  color: white;
  height: 40px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
}
