@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
