#wrapper{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-style: solid;
	border-color:red;
}

.boks{
	border-style: solid;
	height: 50px;
	width: 50px;
}