* {
    box-sizing: border-box;
}

.scrol {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid black;
    overflow: auto;
    height: 500px;
}

.tablo {
    box-shadow: inset 0 0 6px;
    background: #cfb189;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 15px 15px 10px;
    padding: 20px;
    max-width: 250px;
    max-height: 200px;
    overflow: auto;
}