/* Global CSS */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f6f6f6;
}

::selection {
  background: #276ef1;
  color: white;
}
