.footer {
    /* background: var(--cardBackgroundColour); */
    margin-top: 20px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* box-shadow: var(--shandow); */
}

.footer-text {
    margin: 0 auto;
    text-align: center;
}

.footer-text-line1 p {
    font-weight: 700;
    font-size: 16px;
}

.footer-text a {
    text-decoration: underline dotted;
}

.footer-text a:hover {
    color: var(--primaryColour);
}