File size: 734 Bytes
8595740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200&display=swap');

MainMenu {
    visibility: hidden;
}

header {
    visibility: hidden;
}

footer {
    visibility: hidden;
}

button[title="View fullscreen"]{
    visibility: hidden;
}

.block-container {
    padding-top: 0.50rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: #737373;
    text-align: center;}

.p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    text-align: center;}

.p1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    text-align:center;}