body {
    image-rendering: crisp-edges;
    height: 100vh;
    background-color: black;
    margin: 0;
    padding: 0;
}

.maincontainer {
    height: 100%;
    box-sizing: border-box;
    display: grid;
    place-items: center;
}

.wip {
    height: 320px;
}