@font-face {
    font-family: myFont;
    src: url(tiresias-screenfont.ttf);
}

body {
    background-color: black;
}

html {
    font-family: myFont;
    font-size: 150px;
    color: white;
}

