body {
    background: url('forest5.jpg') no-repeat center center fixed;
    background-size: cover;

  }

  .contact-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  }

footer {
      background: #222;
      color: #ddd;
      text-align: center;
      padding: 15px 0;
      margin-top: 50px;
}

body {
      min-height: 125vh;
      margin: 0;
      font-family: Arial, sans-serif;
}

footer {
      position: fixed;
      bottom: -100px;
      left: 0;
      width: 100%;
      background: #333;
      color: white;
      text-align: center;
      padding: 10px;
      transition: bottom 0.5s;
}

footer.show {
      bottom: 0;
}

.pagination {
  margin-bottom: 140px;
}
body {
  min-height: 185vh;
  margin: 0;
  font-family: Arial, sans-serif;
  padding-bottom: 120px;
}