@charset "UTF-8";
@charset "iso-8859-15";

body {
    margin: 4em;
}

.copertina img {
    object-fit: cover;
    width: 100%;
    max-height: 15em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

article.node--view-mode-printable > h2.node__title > a  {

    font-size: 1.5em;
    text-decoration: none;
    
}
