@fontface{
    font-family: Interlope;
    src: url(\fonts\Interlope-Regular.woff);
    src: url(\fonts\Interlope-Regular.woff2);
}

body{
    background-color: #d5fbb2;
}

h1 {
    font-family: Interlope;
    text-align: center;
    font-weight: 300;
    font-size: 36pt;
    padding-top: 100px;
    margin-bottom: -6px;
    color: #C93017;
}

h2{
    font-family: Interlope;
    font-size: 24pt;
    font-weight: 300;
    text-align: center;
}

h3{
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    margin-top: -6px;
    color: #C93017;
}

.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 186px);
    align-content: center;
}

.grid>* {
    background-color: green;
    height: 200px;
    align-content: center;
    text-align: center
}