File size: 673 Bytes
4d70170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i');

body {
  font-family: Roboto, Avenir, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 18px 24px;
  color: #2c3e50;
}

body,
p {
  margin: 0;
}

p {
  min-width: 200px;
  max-width: 300px;
}

.short-paragraph {
  min-width: initial;
  white-space: nowrap;
}

a {
  color: #42B983;
}

.flex {
  display: flex;
  align-items: center;
}

.screenshot {
  position: relative;
}

.screenshot > img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 24px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}