body {
    background-color: #fff;
}

.py-5 {
    padding-top: 5rem !important;
}

.mbottom{
    margin-bottom: 20px;
    text-align: center;
}
.mbottom10{
    margin-bottom: 10px;
}
.mbottom20{
    margin-bottom: 20px;
}

.font15{
    font-size: 15px;
}
.textdecor{
    text-decoration: underline #01dbdf;
}

/* .linkstyle{
    width: 100%;
    background: transparent;
    text-align: left;
    border: none;
    cursor: pointer;
} */

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
