* {
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, p{
  margin: 0;
}
