html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 5rem;
    margin-bottom: 60px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.footer {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer a {
    margin-right: 15px;
    font-weight: 500;
}

.footertext {
    margin-left: auto;
    margin-right: 1em;
}

.copyright {
    margin-left: 1rem;
}

.centre {
    margin: 0 auto;
}

.Highlight {
    color: #900;
    font-weight: 700;
}