summary refs log tree commit diff stats
path: root/style.css
blob: 1bb255c6c87f47388493b6afdd94fff59fe85670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
	background-color: #3b4252;
	margin-left: 70px;
	color: #eceff4;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a:link {
        color: #a3be8c;
      }
      /* visited link */
      a:visited {
        color: #d08770;
      }
 br {
            display: block;
            margin-bottom: 0em;
}
h1{font-size:50px; text-align: center;}