h2, .h2 {
    border-bottom: none;
}

h1.title {
    font-size: 37px;
}
h1.title, .title.h1 {
    margin-top: 0;
}
h1, .h1 {
    font-weight: 500;
}
h1, .h1, h2, .h2 {
    opacity: 1;
    color: var(--bs-body-color) !important
}

/* Gives some padding before the footer */
main {
    margin-bottom: 3em;
}

u {
    text-decoration-color: lightgrey;
}


