summaryrefslogtreecommitdiffstats
path: root/style.css
blob: ab42486b0b78a30f6062bd06668631a17db2f3ce (plain) (blame)
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
* {
  word-break: break-word;
  overflow-wrap: break-word;
}

html {
  background: #e3dfcd;
  color: #44392e;
  font-family: monospace;
  padding: 0;
  font-size: 20px;
}

main {
  padding: 0 calc(2.5vw + 2px);
}

body {
  max-width: 1000px;
  margin: auto;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center
}

#computer-manifesto {
  max-width: 100vw;
  overflow: clip;
}

#on-spiritual-computing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

header br {
  margin-top: 10vh;
}

hr {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  border-width: 1.5px;
  border-style: solid;
  border-color: #44392e;
}

a {
  color: #DCDCDC;
  text-decoration: underline;
  font-weight: 700;
}

img {
  max-width: 80vw;
}

ol {
  list-style-type: upper-alpha;
}

.parts {
  list-style-type: upper-roman;
}

#lovely {
  /* fill: #DCDCDC; */
  filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(1660%) hue-rotate(349deg) brightness(91%) contrast(84%);
  height: 150px;
  position: relative;
  top: 3px;
  left: 2px;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}