.arrow {
    border: solid var(--primary);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);  
  }


/* .dog-photo:hover {
    transform: scale(1.05);
} */

.icon {
    min-width: fit-content;
}

.icon img{
    width: 50px;
    height: 50px;
}

.btn-paw {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn-paw img {
    width: 40px;
    height: 40px;
    padding: 0 0 10px 10px;
    transition: transform 0.2s ease;
}

.divider {
    height: 3px;
    background-color: var(--navbar-colour);
    width: 100%;
  }

  .no-wrap {
    white-space: nowrap;
  }