* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serifæ;
    display: grid;
    background-color: #c9ffa9;
    place-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    }

img {
    height: 80%;
    min-height: 0;
    width: 80%;
    min-width: 0;
    object-fit: contain;
    }


div.wip {
    background-color: #fbff1e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    padding: 10px;
    border: #000 dotted 10px;
    display: none;
}