@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');


body {
    font-family: "Libre Baskerville", Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {

    color: #0271b0;
    text-decoration: none;
}
    a:hover {
        color: #03a1fc;
    }

h2{
    margin-top:35px;
}
    h2.card-title
    {
        margin-top:15px;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        display: flex;
    }

    .footer-links li {
        margin-right: 10px;
    }

        .footer-links li:last-child {
            margin-right: 0;
        }

        .footer-links li a {
            text-decoration: none;
        }
