This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
274 B
CSS

body {
background-color: #36393F;
margin: 0;
}
* {
font-family: "Poppins", sans-serif;
font-size: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.content {
padding: 100px 10px 120px;
}
/*# sourceMappingURL=index.css.map */