14 lines
210 B
CSS
14 lines
210 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0 5vw 0 5vw;
|
|
|
|
font-family: "DM Sans", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: white;
|
|
background-color: #323232;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
} |