body{
	background-color: #fff;
}

.bg-primary{
	background-color: #007bff !important;
}

.div_game{
	background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(240,246,251,1) 100%);
	border: 1px solid #98c6ee;
	box-shadow: 3px 3px 5px #98c6ee;
}

.edit-button{
	float: right;
}

summary p img{ 
	max-width: 100%;
	height: auto;
}