diff --git a/contact.html b/contact.html
index 88f6732..602aa96 100644
--- a/contact.html
+++ b/contact.html
@@ -197,6 +197,12 @@
align-items: center;
animation: logoAnimation 1s ease forwards;
}
+ ul li a:hover {
+ color: blue !important;
+ }
+ a:hover {
+ color: blue !important;
+ }
.brand-name {
display: flex;