File size: 633 Bytes
0d5a7ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

h1, h2 {
    font-family: 'Segoe UI', sans-serif;
    color: #2a4d69;
}

h3 {
    font-family: 'Segoe UI', sans-serif;
    color: #4b86b4;
}

.gr-button {
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    font-weight: bold;
    border-radius: 12px;
    padding: 10px 16px;
}

.gr-button:hover {
    background: #00c9fe;
}

textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 12px;
}

.gr-box {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}