.hl {
    font-weight: 600;
    background-color: #fffde1;
    border-radius: 3px;
    padding: 3px;
}

.box {
  background-color: #f0f0f0; /* light gray shade */
  border-radius: 10px;
  padding: 20px; /* adjust padding as needed */
  padding-top: 1px;
  padding-bottom: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* subtle shadow effect */
}
