@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;

}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table; 
    clear: both;
}
.row {
	 border-radius: 25px;
    background: #fff4ca;
	padding-right: 5px; 
		padding-left: 10px; 
			padding-top:-0px; 
		padding-bottom: 0px; 

			margin-right:0px;
		margin-left:0px;
			margin-top:0px;
		margin-bottom:0px;
 border-style: solid;
    border-width: 2px;
	
	
}




