.judul {
  color: rgb(251, 255, 4);
  font-family: Tahoma;
  font-size: 25px;
}

.subJudul {
  color: rgb(7, 255, 131);
  font-family: serif;
  font-size: 15px;
}

.box-luar {
  width: 400px;
  height: 300px;
  background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  padding: 20px;
  margin: 40px auto;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 200, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-dalam {
  width: 280px;
  height: 180px;
  background: linear-gradient(135deg, #e96c6c, #a855f7);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.nama {
  color: white;
  font-size: 22px;
  font-family: Tahoma;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
}