:root {
  --pe-dark: #1a2332;
  --pe-green: #00d4aa;
}

.kc-logo img {
  content: url("../img/logo.png");
  height: 40px;
  width: auto;
}

.kc-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
