@font-face {
    font-family: 'normal';
    src: url(notethis.otf);
}

* {
    font: 80px normal;
}

html, body {
    min-height: 100vh;
    min-width: 100vw;
    display: table;
    color: #777;
}

main {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font: 80px normal;
}

img {
    display: block;
    margin: auto;
    width: 33%;
    height: auto;
}
