.container {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  word-spacing: 0.16em;
  letter-spacing: 0.02em;
  font-size: clamp(16px, 1.5vw, 20px);
  background-color: #f8f8f8;
  padding: 0px 1rem;
  position: relative;
  margin-top: 20px;
}

.items {
  position: relative;
  padding: 20px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px; /* Optional: Rounded corners for aesthetics */
}

h3{
    color:#0e4668 ;
}

