/* Custom styles for anik.rocks */

/* Change header title from blue to black */
header a {
  color: #000 !important;
}

header a:hover {
  color: #333 !important;
}
