@font-face {
    font-family: 'Agrandir-Regular';
    src: url('../fonts/Agrandir-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Agrandir-Narrow';
    src: url('../fonts/Agrandir-Narrow.otf') format('opentype');
}

@font-face {
    font-family: 'Agrandir-ThinItalic';
    src: url('../fonts/Agrandir-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'Agrandir-Tight';
    src: url('../fonts/Agrandir-Tight.otf') format('opentype');
}

* {
    font-family: 'Agrandir-Regular';
}

body {
    margin: 0;
    background-color: #d6dfcc;
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 78px;
    font-family: 'Agrandir-Tight';
}

main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}