🔥 Flexbox tip: In most cases, margin: auto; on flex-items does the same thing as justify-content: center; align-items: center;
margin: auto;
justify-content: center; align-items: center;
Flexbox Input Trick
Javascript Completions For Sublime Text