.home {
  transition: all 0.5s ease-in;
  color: black;
  font-family: Montserrat;
}

.home:hover {
  color: blueviolet;
}

