.footer {
    text-decoration: bold;
    color: var(--cnt-text-color);
    display: flex;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;   
    width: 100%;

    margin-top: 10px;
    margin-bottom: 0;

}


