﻿.footerlinks {
    color: gray;
    text-decoration: none !important;
}

    .footerlinks:hover {
        color: darkslategray;
    }


.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

a {
    text-decoration: none;
}

.btn-primary {
    background-color: cornflowerblue !important;
    color: white !important;
    border-color: whitesmoke !important;
}

.btn-outline-primary {
    border-color: cornflowerblue !important;
}
