footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  position: fixed;
  display: block;
  width: 100%;
  background-color: #f2f2f2; }

.footer-content {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  padding: 2px 8px 2px 8px; }
