@charset "utf-8";
/* CSS Document */

.big-box {
	display: flex;  
  justify-content: center; 
}  
  
.box {  
	text-align: center;          
  
	line-height: 20px;
  background-color: #f1f1f1;  
  padding: 10px ;  
  border-radius: 5px;
	margin-left: 20px;
	margin-right: 20px;
	
	
	background:#00FCD9;
	color:#009BFF;
	border-radius: 5px;  
    box-shadow: 5px 5px 10px gray, -5px -5px 10px;
}