File size: 643 Bytes
4d2184b
 
 
 
 
 
 
aafb1c7
 
 
 
 
 
4d2184b
 
 
 
 
 
 
 
 
 
 
 
eb612f7
4d2184b
8cd79f4
b7ae082
bd52d33
8cd79f4
 
feb0425
7e3322c
4d2184b
 
 
 
 
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
body {
	padding: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}

h1 {
	margin-top: 0;
    color:white;
    background:blue;
    border-radius:10px;
    padding:5px;
    text-align:center;
    box-shadow: 1px 2px 4px 2px black;  
}

p {
	color: rgb(107, 114, 128);
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.card {
	margin: 0 auto;
	padding: 16px;
	border: 3px solid lightgray;
	border-radius: 16px;
    background:cornflowerblue;
    max-width:1000px;
    max-height:35000px;
    display:flex;
    flex-direction:column;  
    font-size:xx-large;

}

.card p:last-child {
	margin-bottom: 0;
}