.wp-block-site-title :where(a):hover {
  font-size: 32px;
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #00ffbb;
}

.wp-block-navigation .wp-block-navigation-item__label:hover {
  background-size: cover;
  background-color: #00d9fa;
  transform: scale(1.1);
}