.box {
border-radius:8px;
height:100px;
width:500px;
background-color:#999;
margin:0 auto;
text-align:center;
padding:30px;
}
#uname {
height:100px;
width:500px;
background-color:#666;
border-radius:8px;
text-align:center;
line-height:100px;
color:#fff;
font-size:30px;
}
#btn {
border-radius:15px;
height:60px;
width:300px;
background-color:#999;
color:#fff;
font-size:20px;
}