body {
    background-color: #222;
    height: 100vh;
    display: grid;
    place-content: center;
}

#ox-logo {
    height: 50vh;
}