#container{
    margin: auto;
    padding:25px;
    border-radius: 20px;
    border: 1px solid;
    border-color: #c3dcf9;
    width: 500px;
    background-color: #e0ebf8;
}
#box-model{
    margin:auto;
    padding: 25px;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    width: 75%;
    height: 500px;
    overflow: auto;
    background-image: url(../images/legobricksbackground.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
    border: 1px solid;
    border-color: black;
    box-shadow: unset;
}