/* Add dark grey background to h3 */
header .banner-text h3 {
    background-color: #4a4a4a;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
}
