/* the page footer */

div#page-footer{
    color: grey;
}

div#page-footer > div.copyright > p.footer-row a{
    color: grey;
    font-weight: bold;
}

div#page-footer > div.copyright{
    color: grey;
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    margin-top: 1rem;
    flex-wrap: wrap;
}

div#page-footer > div.copyright::before{
    content: "Quake3World.com";
    font-weight: bold;
    /* color: #eee; */
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    div#page-footer > div.copyright > p.footer-row{
        display: block;
    }
}