2024-05-23 14:05:13 -04:00
|
|
|
@font-face {
|
|
|
|
font-family: 'monogram';
|
|
|
|
src: url('assets/fonts/monogram-extended.woff2');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2024-05-17 13:08:43 -04:00
|
|
|
body {
|
2024-05-26 08:02:08 -04:00
|
|
|
background-color: #222034;
|
2024-05-17 13:08:43 -04:00
|
|
|
margin: 0;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
canvas {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|