10 lines
115 B
CSS
10 lines
115 B
CSS
body {
|
|
margin: 1vh;
|
|
font-family: 'Quicksand', sans-serif;
|
|
font-size: 3vh;
|
|
}
|
|
|
|
a {
|
|
color: #009579;
|
|
}
|