body {
  font-family: Arial, sans-serif;
}

header {
  background: url('../images/hero-bg.jpg') no-repeat center center/cover;
}

.card {
  margin-bottom: 20px;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}


#instagram-dm {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  /* Ensures it's always on top */
}

#instagram-dm img {
  width: 60px;
  /* Set width */
  height: 60px;
  /* Set height */
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#instagram-dm img:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}




