body{

    background:#f4f6f9;

    padding-bottom:90px;

}

.card{

    border:0;

    border-radius:18px;

    box-shadow:0 4px 15px rgba(0,0,0,.08);

}
.bottom-menu{

    position:fixed;
    bottom:0;
    left:0;
    right:0;

    height:70px;

    background:#fff;

    border-top:1px solid #eaeaea;

    display:flex;
    justify-content:space-around;
    align-items:center;

    z-index:999;

    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-menu a{

    text-decoration:none;
    color:#8a8a8a;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    font-size:12px;

    width:20%;
}

.bottom-menu a div{
    font-size:22px;
    line-height:22px;
}

.bottom-menu span{
    margin-top:3px;
    font-size:11px;
}

.bottom-menu a.active{

    color:#198754;

    font-weight:600;
}

h2{

    font-weight:700;

}