<style>
    //create font style for Theinhardt font
    @font-face {
        font-family: 'Theinhardt';
        src: url('fonts/Theinhardt-Regular.woff2') format('woff2'),
            url('fonts/Theinhardt-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Theinhardt-Regular';
        src: url('fonts/Theinhardt-Regular.woff2') format('woff2'),
            url('fonts/Theinhardt-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    //create fone style for Theinhardt Bold Italic font
    @font-face {
        font-family: 'Theinhardt-BoldItalic';
        src: url('fonts/Theinhardt-BoldItalic.woff2') format('woff2'),
            url('fonts/Theinhardt-BoldItalic.woff') format('woff');
        font-weight: bold;
        font-style: italic;
    }
    //create fone style for Theinhardt Bold font
    @font-face {
        font-family: 'Theinhardt-Bold';
        src: url('fonts/Theinhardt-Bold.woff2') format('woff2'),
            url('fonts/Theinhardt-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
    }
    //create fone style for Theinhardt Italic font
    @font-face {
        font-family: 'Theinhardt-Italic';
        src: url('fonts/Theinhardt-Italic.woff2') format('woff2'),
            url('fonts/Theinhardt-Italic.woff') format('woff');
        font-weight: normal;
        font-style: italic;
    }
    //create fone style for Theinhardt Medium font
    @font-face {
        font-family: 'Theinhardt-Medium';
        src: url('fonts/Theinhardt-Medium.woff2') format('woff2'),
            url('fonts/Theinhardt-Medium.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    #welcome {
        max-height: 99vh;
    }
</style>