/*
Theme Name: TwentySeventeen-Child
Author: the WordPress team + Jacob
Description: Twenty Seventeen Child Theme
Author: Jacob Djaelani
Author URI: http://jacobdjaelani.azurewebsites.net/
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child


@import url("../twentyseventeen/style.css");*/

body {
	background-color: brown;
}

#page .entry-title, #page .page-title {
font-weight: bolder;
font-size: 20pt;
color: purple;
}

#page .entry-title:hover
{
cursor: wait;
}