#banner {
background-color:white;
text-align: center;
}
header {
background-image: url(aboutmebannerbackground.png);
background-repeat:no-repeat; /* Do not repeat the image */
background-color: white;
color: white;
background-size: auto; /* Resize the background image to cover the entire container */
height: 180px;
}
#banner h1 {
color: red;
padding-top: 10px;
}
#banner h2.author {
color: red;
text-align: left;
margin-top: 140px;
}
#banner p.homepage {
background-color:blue;
text-align: middle
}
