aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
blob: f37391f97c8700bf1ce2111e9c037ae70e337a88 (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
26
27
28
29
30
31
32
33
34
35
*{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Gruppo', sans-serif;
}

.conteiner{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #000000;
    color: rgb(255, 255, 255);
}

.light{
    position: absolute;
}

.frist{
    text-align: center;
    font-size: 4rem;
    z-index: 10;
}

.text-desc{
    margin: 10px;
    position: relative;
    font-size: 2rem;
    top: 12rem;
    text-align: justify;
}