feige
2025-07-29 f468170d79dee3f8efb75705c7e23a1b53e54e91
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
  
html,
body {
  font-family: century-gothic, sans-serif;
  width: 100%;
  height: 100%;
}
 
a {
  text-decoration: none;
  color: #006EFF;
}
 
a:link, a:visited, a:hover, a:active {
  color: #006EFF;
}