/*
Theme Name: VisiR Theme
Theme URI:
Description: Tema WordPress minimale e personalizzato per il progetto VISIR.
Author: Maurice Yabre
Author URI: https://logeek.studio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-logeek-theme
*/

/* Add your custom styles below this line */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
}

main {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}