.box {
   width: 1400px;
   height: 700px;
   justify-content: left;
   align-items: center;
   background-color: #e9e0e0;
   border: 2px solid #000;
   border-radius: 20px 0px 0px 20px;
   overflow: scroll;
}
.card {
   display: inline-block;
   width: 300px;
   height: 200px;
   background-color: #bca888;
   border: 2px solid #000000;
   border-radius: 20px;
   padding: 20px;
   margin: 10px;
   box-shadow:inset -4px 4px 20px 10px rgba(0, 0, 0, 0.383);
}