.menu > li > a {
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.menu > li > a:hover {
    background-color: silver;
     color: white;
}
.cat {
  background-color: #ff6b00;
}
.floating-wpp .floating-wpp-button {
   margin-bottom:50px;
}