/* Desktop (default) */
body {
background: url("https://assets.mainlinetoday.com/2023/12/happy-feature-1068x712.jpg") no-repeat center center fixed;
background-size: cover;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body {
background: url("https://media.simplemindfulness.com/wp-content/uploads/2018/01/Purpose-of-Life-e1457292794941.jpg") no-repeat center center fixed;
background-size: cover;
}
}
/* Mobile */
@media only screen and (max-width: 767px) {
body {
background: url("https://upload.wikimedia.org/wikipedia/en/0/07/Lifetitle.jpg") no-repeat center center fixed;
background-size: cover;
}
}