/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Divi App Child Theme
 Author:       Gmd
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/


html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
