body {
    background-color: #282725;
    color: #f7f5f1;
    font-family: 'DepartureMono', sans-serif;
}

@font-face {
    font-family: 'DepartureMono';
    src: url('../fonts/DepartureMono-Regular.woff') format('woff'),
         url('../fonts/DepartureMono-Regular.ttf') format('truetype'),
         url('../fonts/DepartureMono-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.header {
    text-align: center;
    margin-top: 30px;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.content {
    /* color: #dfff56; */
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    text-align: center;
    font-size: 1.3rem;
}