
img {
    height:100px !important;
    width:100px;
    margin-top:22px;
    margin-left:22px;
}
.main-box {
    min-height:110px;
    margin:10px 0;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
.box {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
    border-radius: 20px;border-style:double;
    border: 2px solid white;
    background-color:#867584;
    height:100px;
    width:100px;
    text-align: center;
    padding:15px;
    font-size: 55px;
    font-weight:bold;
    margin-left:10px;
}
.line {
    line-height:100px;
    font-size:25px;
}
.big-font {
    font-size:40px;
}
.normal-font {
    font-size:40px;
}

