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

.box {
  background-color: rgb(206, 158, 94);
}
.box__title {
  color: white;
}
.box__text {
  color: rgb(45, 226, 226);
}
.box__square {
  width: 100px;
  height: 100px;
  background-color: rgb(151, 160, 24);
}

.boxe {
  width: 300px;
  background-color: rgb(209, 122, 243);
}
.boxe__title {
  color: black;
  font-weight: 600;
}
.boxe__el {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.boxe__text {
  background-color: rgb(115, 80, 145);
  color: white;
  text-transform: capitalize;
}/*# sourceMappingURL=style.css.map */