html, body { height: 100%; }
html {
    display: table;
    margin: auto;
}
body {
    text-transform: uppercase;
    font-size: xxx-large;
    display: table-cell;
    vertical-align: middle;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
