.parent {
    max-height: 800px;
    background: #c6dde5;
    border: 1px solid #000000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: auto;
}

.child {
    display: inline-block;
    background: #bea886;
    height: 300px;
    width: 350px;
    padding: 0 10px 40px 30px;
    margin: 10px 5px;
    border: 1px solid #000000;
    border-radius: 15px;
    box-shadow: inset 0 0 3px #000000;
    font-size: 25px;
}