body {
  background-color: #f3e8e2;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
}

.container {
  padding: 40px;
  max-width: 600px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.lil-box {
  background-color: #fef3f9;
  border-radius: 12px;
  /* height: 120px;*/
  padding: 15px;
}

hr {
  border: none;
  border-top: 1.5px solid #e2e2e2; /* Light grey, change to darker if needed */
  margin: 30px 0; /* Adds spacing so it's not squished */
}

h2 {
  color: pink;
}

table {
  width: 100%;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid #e2e2e2;
}

th,
td {
  padding: 8px;
  text-align: left;
}
