body {
  font-size: 12px !important;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
  background-image: url('my4biz.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
}


@media (max-width: 768px) {
  body {
    background-size: 100% 100%; /* fit penuh tanpa terpotong */
  }
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 0;
}
