.aa {
    width: 40px;
    text-align: center;
    vertical-align: top;
    -moz-box-shadow: inset 0px -14px 0px 0px #1c1a19;
    -webkit-box-shadow: inset 0px -14px 0px 0px #1c1a19;
    box-shadow: inset 0px -14px 0px 0px #1c1a19;
    background: -webkit-gradient( linear,left top,left bottom,color-stop(0.05,#5c5a55),color-stop(1,#121210) );
    background: -moz-linear-gradient( center top,#5c5a55 5%,#121210 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5a55',endColorstr='#121210');
    background-color: #5c5a55;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
    border: 1px solid #595754;
    display: inline-block;
    color: #fffcff;
    font-family: arial,verdana;
    font-size: 21px;
    font-weight: normal;
    padding: 2px;
	margin:4px 0;
    text-decoration: none;
    text-shadow: 0px 0px 0px #595754;
    overflow: hidden;
	cursor: pointer; 
}
.b {
   text-align: center; 
}
.c {
    margin:10px 0;
}
.d{
    width:80px;
}
body{
   background-color: #fff4ff;  
}
.f-c{
	display: -webkit-inline-flex;
	display: inline-flex;	 
	width: 100.0%;  
}
.box{	
	box-sizing: border-box;
	background-color: #f9899b;
    border-radius: 8px;
	border-bottom: 1px solid #e4ecfd;
	width: 100.0%;
	margin: 2px;
	padding: 10px;
	font-weight: bold;
}
.boxmenu{	
	box-sizing: border-box;
	background-color: #f9f9fb;
    border-radius: 8px;
	border-bottom: 1px solid #e4ecfd;
	width: 100.0%;	
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.row {
    width: 60%;
    border: 1px solid blue;
	background-color: #FFDAB9;
	border-radius: 18px;
    font-weight: bold;
	padding: 30px;	
    margin: 12% 0 0 0;    
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
button{
 margin: 7%;
 font-weight: bold;
 cursor: pointer;
background-color: #800080;
color: #fffcff; 
}