.serif {
    font-family: palatino, georgia, times, "times new roman", serif;
    line-height: 90%
}

body {
    background-image: url("../img/dbg.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.bg-rose {
    background-color: aliceblue
}

.display-6 {
    font-size: 1.5rem;
}


.mt-n5 {
    margin-top: -5rem !important;
}

.list-group-item {
    background-color: transparent
}

footer.a {
    text-decoration: none;
}
