body {
    background-color: dodgerblue;
    display: flex;
    flex-direction: column;
}

a, span {
    text-decoration: none;
    color: floralwhite;
    font-weight: bold;
}

a:visited {
    color: floralwhite;
    font-weight: bold;
}

.filename {
    color: floralwhite;
}