footer {
  padding: 20px;
  margin-top: auto;
  text-align: center;
  color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.7);
  background: url("../assets/BGImage.png");
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}

footer p {
  font-size: 0.9em;
  font-weight: 300;
}

.features-footer-wrapper {
  background: url("../assets/BGImage.png");
  background-size: 100% 100%;
  background-position: 50% 10%;
  background-attachment: fixed;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body,
html {
  height: 100%;
  display: flex;
  flex-direction: column;
}
