body{
	background-color: #cdfafe;
	font-family:Raleway;
	font-size: 16px;
	font-weight:bold;
	color:#6b6b6b;
}
.container{
	display:flex;
	flex-direction: row;
}
.box{
	padding:20px;
	border:5px solid #ffffff;
}
.box1{background-color:#86eff9;}
.box2{background-color:#41e4f3;}
.box3{background-color:#1bc0d3;}
.box4{background-color:#18a2b2;}
.box5{background-color:#1c818d;}
.box6{background-color:#22656c;}
