@font-face {
    font-family: 'circular';
    src: url('fonts/circularxx-regular.woff2') format('woff2'),
    url('fonts/circularxx-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'circular-bold';
    src: url('fonts/circularxx-bold.woff2') format('woff2'),
    url('fonts/circularxx-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    color: white;
    background-color: black;
}
#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
