@font-face {
    font-family: 'Bahnschrift';
    src: local('Bahnschrift'),
        url('Bahnschrift.woff2') format('woff2'),
        url('Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #E4EDED;
}

.us {
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    font-stretch: 93%;
    font-size: 32px;
    color: #D43434;
    user-select: none;
}