2023-10-23 22:39:52 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'bungee shade';
|
|
|
|
src: url('/assets/bungee.ttf');
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|
|
|
|
|
2023-10-23 22:39:52 +02:00
|
|
|
.header-title {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 700;
|
|
|
|
font-family: bungee shade,sans-serif;
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|
|
|
|
|
2023-10-23 22:39:52 +02:00
|
|
|
.header-title a {
|
|
|
|
color: black;
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|
|
|
|
|
2023-10-23 22:39:52 +02:00
|
|
|
.header-row {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 2px;
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|
|
|
|
|
2023-10-23 22:39:52 +02:00
|
|
|
.header-item {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
margin-right: 0,5rem;
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|
|
|
|
|
2023-10-23 22:39:52 +02:00
|
|
|
.header-line {
|
|
|
|
width: 100%;
|
|
|
|
border-width: 2px;
|
|
|
|
border-color: black;
|
|
|
|
border-style: solid none none none;
|
2023-10-23 13:19:55 +02:00
|
|
|
}
|