aside {
  width: 300px;
  height: 400px;
  background-image: url("bus(1).jpg");
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
}

.grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

main {
  width: 850px;
  height: auto;
  background-color: black;
  border: 4px double white;
  color: #d3d028;

  margin-left: 315px;
  padding: 10px;
}

h1 {
  color: white;
}

a {
      color: white;
      text-decoration: none;
    }

    a:hover {
      color: pink;
    }
    
    .foto-kiri {
  width: 100%;
  display: block;
}

.gambar-panjang {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.stamps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 10px;
}

.stamps img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

p {
  color: #ff4f9a;
}

h4 {
  color: #ff4f9a;
}

.border-bawah {
  width: 100%;
  height: 80px;
  background-image: url("diamondhearts.png");
  background-repeat: repeat-x;
  background-size: auto 80px;
}

.kotak-jalan {
  width: 100%;
  height: 40px;
  background-color: #fdf1f3;
  border: 2px solid #d8cfcf;
  padding: 5px;
  box-sizing: border-box;
}

.kotak-jalan marquee {
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 5px;
}

.main-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.text-kiri {
  flex: 1; /* biar fleksibel, nggak ngunci lebar */
  min-width: 0;
}

.gambar-kanan {
  flex-shrink: 0; /* biar nggak turun */
}

.gambar-kanan img {
  width: 150px; /* kecilin dulu biar muat */
  height: auto;
}