this repo has no description
1body {
2 color: #222;
3 font-family: apple-system, system-ui, sans-serif;
4}
5.container {
6 align-item: center;
7 display: flex;
8 justify-content: center;
9}
10.item {
11 max-width: 768px;
12}
13a {
14 color: #4166f5;
15 text-decoration: none;
16}
17a:visited {
18 color: #3f00ff;
19}
20a:hover {
21 text-decoration: underline;
22}