* {
    background-color: rgb(9, 9, 0);
}

body {
    font-family: 'aujournuit';
    color: white;
}

@font-face {
    font-family: "aujournuit";
    src: url("./Aujournuit-Regular.woff2") format("woff2");
}

div.title a {
    text-decoration: none;
    color: yellow;
}

div.description {
    font-size: 12px;
}

span.pubDt {
    font-size: 10px;
}