html, body {
  min-height: 100vh;
}
body {
  background-color: #eee;
}
#header {
  background-color: black;
  margin-bottom: 2rem;
}
#header .logo {
  padding: 0.5rem 0;
  max-width: 200px;
}
#footer {
  background-color: #222;
  color: #fff;
  margin-top: 4rem;
  padding-top: 100px;
  padding-bottom: 300px;
  min-height: 300px;
  bottom: 0;
}
#profileDropdown {
  z-index: 999;
}
#profileDropdown .uk-sticky.uk-active {
  right: 1rem !important;
  width: auto !important;
}