



.title {
    width: 100%;
    text-align: center;
    height: 100px;
    font-size: 80px;
    color: bisque;
   
    background-image: url("https://content.codecademy.com/courses/freelance-1/unit-2/pattern.jpeg");
}

h2 {
    color: red;
    background-color: blanchedalmond;
    font-size: 50px;
}

strong {
    color: blue;
}

#paint {
    color: green;
    background-color: coral;
    font-size: 50px;
}

#strg {
    color: black;
}
