File size: 560 Bytes
970e21e
 
 
 
 
 
 
 
 
f354882
970e21e
 
f354882
 
970e21e
 
f354882
 
970e21e
 
 
f354882
 
970e21e
 
f354882
 
970e21e
 
 
f354882
970e21e
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  image-rendering: pixelated;
}

body {
  font-family: 'Courier New', monospace;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Press Start 2P', cursive;
}

input, textarea, button {
  font-family: inherit;
  font-size: inherit;
}

button, a {
  cursor: pointer;
}

.custom-navbar, custom-navbar {
  display: block;
  width: 100%;
}

.custom-footer, custom-footer {
  display: block;
  width: 100%;
}