/*
Theme Name: Blank Child
Theme URI: https://alessandroanselmi.com/blank-child/
Author: Alessandro Anselmi
Author URI: https://alessandroanselmi.com/
Description: Blank WordPress Child Theme
Tags: light, dark, accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Template: blank
*/

body {
	padding: 30px;
}

header, aside, footer {
	opacity: 0;
	display: none;
	visibility: hidden;
}

main {
	display: flex;
    align-items: center;
    justify-content: center;
    width: calc( 100vw - 60px );
	height: calc( 100vh - 60px );
}