aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/css/main.css
blob: 90d383a49c6f6f2d1fc06b49917828fdc00a23e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

body {
    background-color: #190a0f;
    color: #e76ad3;
}

a {
    color: #0b9496;
}

.center {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
}

.row>div {
    margin: 30px;
}