.box-orders{grid-template-columns:repeat(auto-fit,minmax(100px,5fr));margin-top:100px}.box-orders .answer{padding:100px 30px;width:150px;text-align:center;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.box-orders .answer:active{cursor:grabbing;background:#f2f2f2}
