#id-total {
    display: block;
    background-color: rgb(248, 243, 235);
    border: 3px;
    padding: 20px 600px 50px 10px;
    border-radius: 1cm 0cm 0cm 1cm;
    overflow-y: scroll;
    border-style: solid;
    max-width: 1500px;
    max-height: 550px;
}


.block{

    display: inline-block;
    background-color: #c5ac8a;
    
    margin: 0.3pc;
    max-width: 180px;
    max-height: 250px;
    padding: 20px;

    border-width: 1px;
    border-style: solid;
    border-color: rgb(26, 25, 24);
    border-radius: 5%;

    box-shadow: inset 0px 0px 10px 1px rgb(85, 82, 82);
}