File size: 403 Bytes
6a0dbeb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.container {
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.main {
 padding: 2.3em 1.2em;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.title {
 font-size: 1.5em;
 margin-bottom: 1.3em;
}

.description {
 font-size: 1em;
 color: #555;
}

.footer {
 padding: 1.3em;
 text-align: center;
}

.logo {
 height: 1em;
 margin-left: 1.3em;
}