/* TEXTOS */
.primary-text {
  font-size: 26px;
}
.secondary-text {
  font-size: 20px;
}

/* SCROLL */
.code-overflow {
  overflow: auto;
  width: auto;
  height: 500px;
}

/* ICONOS */
.icon-style {
  margin-top: 10px; margin-left: 10px; margin-bottom: 0px; margin-right: 10px;
  width: 40px;
  height: 40px;
}
