footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 50px;
}
footer p {
  color: #f0f0f0;
}
@media only screen and (max-width: 1150px) {
  footer {
    margin-bottom: 95px;
  }
}/*# sourceMappingURL=footer.css.map */