:root {
  --brand-blue-color: rgb(0, 102, 235);
  --brand-lightblue-color: rgb(27, 198, 236);
  --brand-white-color: #fff;
  --brand-black-color: #222222;
  --brand-green-color: #91E651;
  --brand-pink-color: #D67AC4;
}

.inset {
  border-radius: 8px;
  background-color: #E4EDF7;
  box-shadow: inset 3px 3px 6px var(--shadow-color),
    inset -3px -3px 6px 1px rgba(255, 255, 255, 0.5);
}

.inline {
  display: inline-flex;
  align-items: center;
  justify-content:flex-start;
  width: 100%;
}
