#footer {
  bottom: 0 !important;
  width: 100% !important;
}
body {
  background-image: url("https://journalrheumatology.or.id/gbr2.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Ensures the image covers the entire viewport even with scrolling */
  height: 100vh; /* Ensures the body takes up the full viewport height */
  margin: 0; /* Removes default body margin */
  color: black;
}
