.topbar {
  background-color: #8746eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar p {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 16px;
}
