@font-face {
    font-family: 'Fixedsys Excelsior 3.01';
    font-style: normal;
    font-weight: normal;
    src: local('Fixedsys Excelsior 3.01'), url('FSEX300.woff') format('woff');
    }
@font-face {
    font-family: 'Fixedsys Excelsior 3.01';
    font-style: normal;
    font-weight: bold;
    src: local('Fixedsys Excelsior 3.01'), url('FSEX300.woff') format('woff');
    }
@font-face {
    font-family: 'Fixedsys Excelsior 3.01';
    font-style: italic;
    font-weight: bold;
    src: local('Fixedsys Excelsior 3.01'), url('FSEX300.woff') format('woff');
    }
@font-face {
    font-family: 'Fixedsys Excelsior 3.01';
    font-style: italic;
    font-weight: normal;
    src: local('Fixedsys Excelsior 3.01'), url('FSEX300.woff') format('woff');
    }

#retro {
font-family: Fixedsys Excelsior 3.01;
}
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


body {
                font-family: 'Fixedsys Excelsior 3.01';
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 40px 20px;
        }

.container {
             font-family: 'Fixedsys Excelsior 3.01';
            max-width: 700px;
            line-height: 1.8;
            font-size: 16px;
        }

p {
            margin-bottom: 1.5em;
        }
.line{
    
            margin-top: 1.5em;
            margin-left:10em;
            margin-bottom: 1.5em;
}

        .signature {
            margin-top: 2em;
            font-style: italic;
        }