@font-face {
    font-family: 'my_underwoodregular';
    src: url('font/myunderwood-webfont.woff2') format('woff2'),
         url('font/myunderwood-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'my_underwoodregular';
    margin: 50px;
    padding: 0;
    background: none;
}

#text-container {
    font-family: 'Courier New', Courier, monospace;
    margin-top: 30px;
    text-align: center;
    /* width: 50%; */
}
