li{
    margin: 15px 0;
    list-style: disc;
}
h6{
    text-decoration: underline;
}
/* div.card{
    margin-top:30px;
} */
a{
    /* text-decoration: underline; */
}

html,
        body {
        height: 100%;
        background-color: #ffffff;
        }

        #page-content {
        flex: 1 0 auto;
        }

        #sticky-footer {
        flex-shrink: none;
        }