
/*
Theme Name: Miller Strategic Consulting
Author: Miller Strategic Consulting LLC
Version: 1.0
Description: Consulting website theme for Miller Strategic Consulting
*/

body{
font-family: Arial, sans-serif;
margin:0;
background:#f5f5f5;
}

header{
background:#1b2a4a;
color:white;
padding:20px;
}

nav a{
color:white;
margin-right:15px;
text-decoration:none;
font-weight:bold;
}

.container{
padding:40px;
max-width:1000px;
margin:auto;
}

footer{
background:#222;
color:white;
padding:20px;
text-align:center;
margin-top:40px;
}
