body {
  height: 100%;
  margin: 0 auto;

}
header {
  border-bottom-color: rgb(220, 220, 220);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom : 10px;
  margin-top: 20px;
}
.inner{
  margin-top: 20px;
}
footer {
  color: #6c757d;

}