diff --git a/css/style.css b/css/style.css
index f020f25..d9e7e01 100644
--- a/css/style.css
+++ b/css/style.css
@@ -15,7 +15,7 @@
border-bottom: 1px solid rgba(255,255,255,0.07);
position: sticky; top: 0; z-index: 100;
}
- nav .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; }
+ nav .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; text-decoration: none; }
nav ul { list-style: none; display: flex; column-gap: 2rem; row-gap: 0.5em; flex-wrap: wrap; }
nav ul a { color: var(--muted); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
nav ul a:hover, nav ul a.active { color: #fff; }
diff --git a/eis_projekt.html b/eis_projekt.html
index b1e43c3..d583ac1 100644
--- a/eis_projekt.html
+++ b/eis_projekt.html
@@ -10,7 +10,7 @@