Hi. I was able to change the color of my header (thank you!) but the code I copied and pasted for centering the header and description did not work for me. See below. Did I miss a character, perhaps?
#header .logo-wrap,
#site-details {
padding: 0;
text-align: center;
width: 100%;
}
h1#site-title a {
color: #d33630;
font-size: 60px;
}
h2#site-description {
color: #666;
font-size: 14px;
}