.cotainer {
	display:grid;  width: 
	  width: fit-content;
       grid-template-columns:25px 1fr 1fr 1fr 1fr 1fr;
       grid-template-rows: auto ;
       border-top: 2px solid #000;
       border-left: 2px solid #000;
	     font-size: 13px;
}
.box{
       width:25px 1fr 1fr 1fr 1fr 1fr;
       height: auto;
       border-right: 2px solid blue;
       border-bottom: 2px solid blue;      
}