File size: 567 Bytes
79cd537
 
 
be498cd
79cd537
 
 
ddfa939
79cd537
ddfa939
79cd537
 
 
 
ddfa939
79cd537
 
 
d2494c6
adcaf30
 
 
d2494c6
81ba765
196e153
adcaf30
79cd537
81ba765
196e153
adcaf30
81ba765
 
adcaf30
8a6aa21
adcaf30
 
79cd537
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
body {
	padding: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
    background:whitesmoke;
}

h1 {
	font-size: xxx-large;
	margin-top: 0;
    font-family: cursive;
}

p {
	color: rgb(107, 114, 128);
	font-size: large;
	margin-bottom: 10px;
	margin-top: 5px;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.im1{
    position:absolute;
    z-index:100
}
.im2{
    position:absolute;
    z-index:110;
}
.imbox{
    display: flex;
    max-width:100%;
    flex-direction: column;
    align-items: center;
}