/* body { 
    background-color: lightgrey;
    background-image: url("../images/01-02-02_background-img.jpg");
}   */

body {
    background-color: lightgray;
    background-image: url("../images/01-02-02_background-img.jpg");
}

h2 {
     color: orangered;
}

p {
    font-weight: bold;
}

.text-center {
   text-align: center;
}