body{
   overflow-x: none;
}
body p {
    font-size: 14px;
    color: #777;
}



.card {
    border: none;
    box-shadow: 0px 2px 5px 2px #efe9e9 !important;
}

.div-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    padding: 15px;
}

.serviceicons{
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 2px #efe9e9 !important;
    width: 60px !important;
    height: 60px !important;
}
.avatar{
    width:80px;
    height:80px;
    border: 1px solid #ccc;
    display:block;
    margin:auto;
    border-radius:50px;
}