/*
Theme Name: DEUSE
Author: Deuse SRL
Author URI: https://www.deuse.be
Description: Un thème sur mesure, adapté à vos besoins.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
*/

body{
    display: flex;
    height: 100dvh;
    width: 100dvw;
    max-height: 100dvh;
    max-width: 100dvw;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

body img{
    width: 300px;
    display: block;
}