/*
Theme Name: Twenty Seventeen-Child
Author: the WordPress team + Elicia
Description: Twenty Seventeen Child Theme
Author: Elicia Lanham
Author URI: http://example.com
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child
*/

h1
{
	font-weight: bold;
}

input[type=submit]:hover 
{
  background-color: grey;
}

.container 
{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}