/*
Theme Name: Maintenance Theme
Author: Your Name
Version: 1.0
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
} 