/*
* Repeating the background mostly makes sense in the <body>. Otherwise, people
* usually want the image and preferably its center (not the top-right corner)
*/
*:not(body) {
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}