aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
blob: 64106e85efe5e504d0cd6148ce1d5cf3e58050a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.centre {
    text-align: center;
}

.footer {
    text-align: center;
    background-color: rgb(58, 58, 58);
    color: #ffffff;
    
}