body{
  margin: 0;  
}
*{
  font-family: 'Spartan', sans-serif;
  font-size: 13px;
  line-height: 1.75;
  box-sizing: border-box;
}
  
h2{
  font-size: 40px;

}