/*
Theme Name: Divi Child
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes.
Author:   Paul Harvey
Template: Divi
*/

@import url("../Divi/style.css");

h2 {
	font-size: 60px;
    margin-bottom: 40px;
}

h2 strong, h2 b {
	background: #baff00;
    padding: 0 10px;
    color: #222222;
    display: inline-block;
}
