section{	
	border:4px dashed #ccc;
	border-radius: 8px;
	padding: 20px;
    margin: 20px 0;
}
.scoreBoxs{
	display:flex;
	flex-wrap: nowrap;
}
.box{
	padding:5px 10px;
	border:1px solid #ccc;
	margin:5px;
}
footer{
	display:none;
}
