.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.logo-small {
  width: 15px;
  height: 15px;
}

.logo-big {
  width: 150px;
  height: 150px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px;
}

.chip {
  font-size: 15px;
}
