Formateador CSS
src/tools/Formateador CSS
body {
  background: #000;
  color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
}