* {
    box-sizing: border-box;
}

.hb1 {
    background: rgb(185, 194, 218);
    height: 800px;
    border: 2px solid black;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.hbcopy {
    background: #b49f70;
    width: 360px;
    height: 400px;
    /* border: 1px solid black; */
    border-radius: 50px;
    display: inline-block;
    box-shadow: inset 0 0px 10px 1px rgb(71, 71, 99);
    padding: 40px;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
}
