*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.container2{
   display: flex; 
   justify-content: center;
}

.box-1{
	font-size: 15px;
}