/*
Theme Name: Monica Design Theme
Theme URI: https://www.monicasibillin.co.uk
Author: Monica Sibillin and Denis Grilli
Author URI: https://www.monicasibillin.co.uk
Description: Theme specifically designed for chicchedalmondo.it in Material Design. Based on the theme of monicasibillin.co.uk
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monicadesign
Tags: one-column, two-columns
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


body {
        color: var(--mdc-theme-on-background);
        background-color: var(--mdc-theme-background);
        height: 100vh;
	width: 100vw;
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

/*
footer {
        justify-content: center;
        width: 100%;
        bottom: 0px;
}
*/
img {
/*  width: 100%; */
  height: auto;
}
