File size: 712 Bytes
7435e6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
.header {
    display: flex;
    padding: 30px;
    text-align: center;
    justify-content: center;
}

#header-text {
    font-size: 50px;
    line-height: 50px;
}

#header-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    /*background-image: url("file=images/logo.svg");*/
}

.input-row {
    max-width: 900px;
    margin: 0 auto;
}

.margin-bottom {
    margin-bottom: 48px;
}

.results-header {
    margin-top: 48px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 12px;
}

.processed-info {
    display: flex;
    padding: 30px;
    text-align: center;
    justify-content: center;
    font-size: 26px;
}

.title {
    margin-bottom: 8px!important;
    font-size: 22px;
}