html, body {
    background-color: #f39561;
    color: #fff;
    height: 100%;
}

#topbar {
  background-color: #db5f1a;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #db5f1a;
}