body {
   
    background-color: greenyellow;
    background-image: url(jpg.jpg);
    

}
#druga {
    background-image: url(png.jpg);
}
p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-style:italic;
    font-weight: bold;
    color: white;
    text-align: left;
    text-decoration:underline;
    text-transform:capitalize;
    text-indent: 50px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    color: red;
}