/*
    Metodo 3. "Multiple overriding stylesheets.css in <head>"
    en https://www.phpbb.com/styles/create/#a-asset-inheritance */

.site_logo {
    background-image: url("./images/logo.gif");
    width: 350px;
    height: 188px;
    background-size: contain;
    background-repeat: no-repeat;
}