11 lines
119 B
CSS
11 lines
119 B
CSS
|
|
body {
|
|
margin: 0.5em;
|
|
font-family: 'Quicksand', sans-serif;
|
|
font-size: 30px;
|
|
}
|
|
|
|
a {
|
|
color: #009579;
|
|
}
|