/********************************************
*********************************************
zygote quarterly ENGLISH edition page styling
*********************************************
********************************************/


html {
    background: #cfe3e3; /*pastel blue*/
}

article {
            display: grid;
            grid-template-rows: min-content;
            grid-template-columns: 1fr;
        }

/*
    ISSUU EMBED CONTROL
*/


.issuuembed {
    margin-top: 80px;
    margin-bottom: 80px;
}