*{box-sizing: border-box}


/* img 
{max-width:100%} */

body
{min-height: 100%;
min-width:100% ;
background-color: rgb(217, 166, 191);
}

.board
{max-width:  95%; 
max-height: 100%;
display: -moz-inline-box;
background-image:url(board.jpg) ;
margin: 20vh;}

.cheese
{max-width: 100px;}

.draggable
{cursor: grab;}

.medium
{max-width: 150px;
max-height: 150px;}

.large
{max-width: 200px;}