	.container-1{
	display:flex;
	}
	.container-1 div{
		border:1px solid blue;
		font-weight: normal;
		font-size:20px;
		padding:10px;
		margin-bottom: 10px;
		background-color: lightgoldenrodyellow;
		flex-direction: column;
	}
		.box-1{
			display:flex;

	}
	.box-2{

	}
	.box-3{

	}
	.box-4{

	}
		.box-5{

	}
		.box-6{

	}
			.box-7{

	}

	#col {
  flex-direction: column;
}
  h1{
  	text-align: center;
  	color:blue;
  }

    li{
  	font-size: 20px;
  	font-weight: normal;
  }

        table,tr,th,td {
         border:1px solid black;
      }

span.b {
  display: inline-block;
  vertical-align: top;
}
