@font-face {
    font-family: Console;
    src: url('content/classicconsole.ttf');
    font-weight: normal;
    font-style: normal;
}

.pos_bottom {
    position: fixed;
}

/*-----*/

#id_logotxt {
    margin: 20px 0px 8px 20px;
    font-size: 72px;
}

#id_content {
    padding:20px;
}

#id_licence {
    padding: 12px;
    background-color: #111;
    border-radius: 6px;
}

/*-----*/

body {
    background-color: #222;
    font-family: Console;
    color: white;
    font-size: large;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.navibar {
    bottom: 0;
    width: 100%;
    background-color: #333;
    padding: 10px 0;
    text-align: center;
    transition: opasity 0.3s;

    a {
        margin: 0 20px;
    }
      
}

a {
        color: white;
        text-decoration: none;
        transition: color 0.3s ease;
        &:hover {
            color: greenyellow;
        }
    } 

a.creativecommons {
    color: blue;
}

p {
    margin: 0px;
}

li {
    margin: 0 0 0 20px;
}

table {
    margin: 8px;

    th {
        color: greenyellow;
        font-style: italic;
    }
    .c {
        text-align: center;
    }
    .s {
        color:#777;
        font-size:xx-small;
        margin: 0px;
    }
}