File size: 1,869 Bytes
8158335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1b6a10
 
be28eb8
b1b6a10
 
8158335
 
b1b6a10
7fac423
 
 
 
b1b6a10
7fac423
 
 
 
 
 
 
 
 
 
8158335
 
 
 
 
 
 
 
b1b6a10
 
8158335
 
 
 
e7d48eb
 
 
8158335
 
 
 
 
7fac423
 
 
8158335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7fac423
 
8158335
 
 
 
 
b1b6a10
 
 
 
 
 
 
7fac423
e7d48eb
7fac423
 
 
 
e7d48eb
 
 
7fac423
e7d48eb
b1b6a10
e7d48eb
 
7fac423
b1b6a10
 
e7d48eb
 
b1b6a10
 
 
 
e7d48eb
 
7fac423
e7d48eb
7fac423
e7d48eb
8158335
 
 
 
 
 
 
b1b6a10
 
 
 
 
 
 
8158335
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(240, 240, 240);
  font-family: sans-serif;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  margin-top: 3.5rem;
  position: relative;

}


.iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  max-width: 1200px;
}

.iframe-container iframe {
  margin: 10px;
}

h1,
h2,
p {
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  width: 100%;
  max-width: 600px;
}




label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

select,
textarea,
button {
  margin-top: 0.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
}

#account {
  max-width: 25%;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}


#input,
#output {
  resize: vertical;
  height: 10rem;
  max-height: 20rem;
}

#outputSummary {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 400px;
}

#inner {
  text-align: center;
  float: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#outer {
  width: 100%;
  height: 100px;
  text-align: center;
  display: table-cell;
  justify-content: center;
  vertical-align: middle;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#tweets {
  margin-top: 50px;
  margin-bottom: 50px;
}


#outer h2 {
  text-align: center;
}

#generate {
  background-color: #1da1f2;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#generate-summary {
  background-color: #1da1f2;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#output {
  margin-top: 1rem;
}