.home
{
	 color: red;
	 background-color: white;
}
.home:hover {
  background-color: dodgerblue;
  color: white;

}
#office {
  color: dodgerblue;
  font-weight: 500;
  text-decoration: none; 
   /* word-spacing: 10px; */
   /* font-kerning: none; */
}
#office:hover {
    color: midnightblue;
  }