html, body {
    background-color: white;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wip {
    max-width: 100%;
    height: auto;
}
