about summary refs log tree commit diff
path: root/client/src/index.css
blob: b7be09121f88eaaf1841c91a76a43c9dcf65dd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
html * {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3vmin;
}

body {
  background-color: #3A3A5C;
  margin: 0;
}

#root {
  justify-content: center;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 40%;
  padding: 0 50px 0 50px;
}