/*
  Reset CSS
*/

*, *::before, *::after {
    box-sizing: border-box;
}
*{
    margin: 0;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
input, button, textarea, select {
    font: inherit;
}