body {
    background: red;
}

h1 {
    font-family: 'JBLACKLETTER', sans-serif;
    font-size: 60px;
    transform: scaleY(2.5);
}

@font-face {
    font-family: 'JBLACKLETTER';
    src: url('JBLACK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.image {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

}