@font-face {
    font-family: 'Unbounded';
    src: url('/fonts/unbounded-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block; /* Prevents text swap flicker */
}

* {
}
html {
    height: 100%;
}
body {
    background: black;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
h1 {
    font-family: Unbounded;
    color: white;
}
