/* Tutaj jest miejsce na Twoje style */
footer {
  text-align: center;
  padding: 60px 20px;
  background: rgba(0, 79, 124, 0.05);
}

footer p {
  margin-bottom: 0;
}

.body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url("../../img/main/body-bg.jpg") no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
