@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.detailb {
  max-width: 800px;
  margin: 0 auto;
}

h2, h3 {
  text-align: left;
  font-weight: 600;
  font-style: normal;
}

p {
  font-size: 17px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: 25px;
}

#image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  cursor: pointer;
}

li{
  list-style: none;
}
