@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@400;700&display=swap');

footer {
    font-family: 'Inknut Antiqua', serif;
    background: #344e41;
    color: #dad7cd;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}