aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.scss
blob: 78697837c60f4ee83b8587dd65f1f6b7dfead941 (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
26
27
28
29
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  
  background-color: #affbff78;
  box-sizing: border-box;
}

body {
  border: 0;

  max-width: 600px;
  margin-left: auto;
  margin-right: auto;

  padding: 1rem;
}

h1, h2 {
  margin: 0;
}

a {
  color: #570C3D;
}