section 
{
    margin-bottom: 2.5rem;
}

.rabbit-home {
  text-decoration: none;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.rabbit-home:hover {
  text-decoration: none; /* keep it clean */
  opacity: 0.8;          /* optional: subtle feedback */
}
