@font-face {
    font-family: 'stencil';
    src: url('assets/STENCIL.woff') format('woff')
}
body, html {
    font-family: stencil;
    height: 100%;
    display: grid;
    background-color: #191D1D;
}
.centered, .centered > * { 
    margin: 0 auto;
    text-align: center;
}
.fullscreen {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
h1 {
    font-size: 8rem;
    color: #ffffff;
}
h2 {
    
    font-size: 3rem;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{
    font-size: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.gutter-bottom {
    margin-bottom: 1rem;
}