* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: sans-serif;
}

.home-page {
  background-image: url("images/Background.png"); /* Ganti dengan path gambar Anda */
  background-size: cover; /* Mengatur gambar agar menutupi seluruh area */
  background-position: center; /* Mengatur posisi gambar di tengah */
  background-repeat: no-repeat; /* Mencegah gambar diulang */
}

img {
  width: 100%;
  margin-bottom: 1rem;
  transform-style: preserve-3d;
}

.masonry-layout {
  columns: 300px;
  padding: 32px;
}
