File size: 711 Bytes
da07483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.container {
    max-width: 900px;
    margin: auto;
    padding-top: 1.5rem;
}
.header {
    text-align: center;
    margin-bottom: 2rem;
}
.header h1 {
    color: #1F6FEB;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.header p {
    font-size: 1.1rem;
    color: #666;
}
.article-output {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 20px;
    background: white;
    margin-top: 20px;
}
.article-output h2 {
    border-bottom: 2px solid #1F6FEB;
    padding-bottom: 8px;
    margin-top: 25px;
    color: #1F6FEB;
}
.search-options {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.generate-btn {
    background-color: #1F6FEB !important;
    color: white !important;
}