/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 118px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  background-color: #f5f5f5;
}

.footer div {
  align-items: center;
}

.footer div p {
  display: flex;
  align-content: center;
  align-self: auto;
}
