aboutsummaryrefslogtreecommitdiff
path: root/web/public/stylesheets/home.css
blob: 28251ed407b2e40a4b6940ba14a14addd7cc430c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  background-color: #faf2e4;
  margin: 0 15%;
  font: 18px sans-serif;
}

h1 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  border-bottom: 1px solid #57b1dc;
  margin-top: 30px;
}

h2 {
  color: #d1633c;
  font-family: serif;
}