File size: 314 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/* ############### Global Styles Section ############### */
html,
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #000;
color: #fff;
font-size: 16px;
margin: 0;
max-width: 2000px;
margin: auto;
}
a {
text-decoration: none;
}
* {
box-sizing: border-box;
}
|