@font-face {
    font-family: EightBit;
    src: url(8-Bit.ttf);
}

* {
    font-family: EightBit;
}

html{
    background-color: #000040;
    color: #FFAA00;
}

body {
    display: flex;
    /*align-items: center;    /* vertical */
    justify-content: center;/* horizontal */
}

main{
    max-width: 20cm;
}

h1 {
    text-align: center;
}

t{
    /*background-color: pink;*/
    height: 1.5em;
    width: 1.5em;
    display: inline-block;
    vertical-align: text-bottom;

    background-image:url("trivergent-icon.png");
    background-size:contain;      /* or cover */
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;    
}