summaryrefslogtreecommitdiff
path: root/about/css/main.css
blob: bd80b97e447aa49667e95fc236c3c7b308fc44ad (plain) (blame)
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
26
27
28
29
30
31
32
.title {
    text-align: none;
}

.desc {
    text-align: center;
}

.bio {
    font-size: 22px;
    padding-top: 100px
}

.title2 {
    text-align: none;
    background-color: #fcac94;
    -webkit-box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94;
    box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    width: 456px;
}

.disclaimer {
    font-size: 17px;
    font-weight: 600;
}

.important {
    color: red;
    font-size: 20px
}