#block-laskentavakka26-main-menu {
  ul {
    padding-left: 0;
    margin-bottom: 0;
    li {
      list-style: none;
      padding: 1rem 2rem;
      a {
        color: white;
        font-weight: bold;
        text-decoration: none;
        &:focus,
        &:hover {
          color: $pinkki;
          text-decoration: underline;
        }
      }
    }
  }
}
