* {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
font-family: sans-serif;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: black;
color: white;
}
#root {
display: flex;
flex-direction: row;
align-items: center;
width: 95vw;
height: 95vh;
}
.grow {
flex-grow: 1;
}
@font-face {
font-family: 'CCCBFont';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/public/CCCBFont.woff') format('woff');
}
* {
font-family: CCCBFont, monospace;
}