* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  --secundary-color: #b1b3ba;
  --main-color: #27348B;
  --font-size-base: 16px;
}

