#navList a:hover {
  transition: all 500ms;
}
.day:hover {
  transition: all 500ms;
  box-shadow: 2px 2px 10px 0px;
}

#profile_block {
  border: 1px solid #169FE6 !important;
}