feige
2025-03-18 b71b4fa3c592e667e114ba1bcf42a2204d6cbf6d
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;
}