feige
2025-04-20 7eb199649939226c3f11fd6f4cda830a389253b8
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;
}