summaryrefslogtreecommitdiff
path: root/game.css
blob: b037a150f5a494215e2851ad1e53eea0910219cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@font-face {
    font-family: 'monogram';
    src: url('fonts/monogram-extended.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #3f2832;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

canvas {
    display: block;
    margin: 0 auto;
}