        .footer, footer {
            position: fixed;
            bottom: 10px;
            left: 10px;
            right: 10px;
            height: 20px;
            background-color: #333;
            color: #00ffff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            border-radius: 10px;
            padding: 1em 0;
            z-index: 1000;

         }
        .footer li {
            display: inline;
        }       