
.paprint-logo {
  height: 40px;
  width: 40px;
}

.navbar-brand span {
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar-brand{
  margin-left: 10px;
  font-weight: bold;
  font-size: 25px;
}

.nav-link {
  font-size: 18px;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link.active {
  color: #0d6efd;
}

.dropdown-menu {
  background-color: #ffffff;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}
