summaryrefslogtreecommitdiff
path: root/styles/styles.css
blob: 9e33334796fee32d25418011cad322de6468f8a4 (plain)
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
* {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html, body {
  height: 100%;
  width: 100%;
  background-color: #282828;
  color: #ebdbb2;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  width: 100%;
}

.content {
  text-align:center;
}