@font-face {
    font-family: 'JMH Typewriter';
    src: url('fonts/JMHTypewriter-Regular.woff2') format('woff2'),
        url('fonts/JMHTypewriter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JMH Typewriter';
    src: url('fonts/JMHTypewriter-Bold.woff2') format('woff2'),
        url('fonts/JMHTypewriter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {background-image: url(bg.jpg); background-repeat: repeat; font-family: 'JMH Typewriter';}
.wrap {text-align: center; padding: 10% 0px;}
.logo {max-width: 400px; margin-bottom: 50px;}
h2 {color: #FFF !important; font-family: 'JMH Typewriter'; font-size: 50px !important; margin-bottom: 20px !important;}
.btn {font-family: 'JMH Typewriter' !important; color: #000 !important; background: #FFF !important; border-radius: 50px !important; }