	.container-1{
	display:flex;
	}
	.container-1 div{
		border:1px solid blue;
		font-weight: normal;
		font-size:20px;
		padding:10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: lightgreen;
		flex-direction: row;
	}
		.box-1{
padding: 0px;
	}
	.box-2{
width: 451px
	}
	.box-3{
width: 451px
	}
	.box-4{

	}


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