/*
Theme Name: Twenty Seventeen Child
Description: Child Theme for Twenty Seventeen
Author: Raja
Template: twentyseventeen
Version: 1.0
*/

/* Add Custom CSS Below */
body{
   background:#f2f2f2;
}
.site-info{
   text-align:center;
   padding:20px;
   color:#fff;
}

.site-footer{
   background:#111;
}