/*
* Theme Name: Zazen
* Theme URI: https://webminimalism.com/wordpress-themes/
* Description: Without thinking of good or evil, show me your original face before your mother and father were born.
* Version: 1.0.0
* Author: Ivan Fonin
* Author URI: https://ivanfonin.com/
* License: The MIT License
* License URI: http://opensource.org/licenses/mit-license.php
* Tags: portfolio, full-width-template, translation-ready
* Text Domain: gao
*/

html, body {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

main {
    width: 100vw;
    height: 100vh;
}

.el-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.el-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.el-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Webminimalism */
#webminimalism {
    width: 512px;
    height: 512px;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
}

