page.module.css

 1.main {
 2    display: flex;
 3    flex-direction: column;
 4    justify-content: space-between;
 5    align-items: center;
 6    padding: 6rem;
 7    min-height: 100vh;
 8}
 9
10.chip {
11    display: flex;
12    align-items: center;
13    justify-content: center;
14    border-radius: 1px;
15    color: #000;
16    font-size: 12px;
17    font-family: monospace;
18    text-transform: uppercase;
19    font-weight: 500;
20}