/*
Theme Name: Popofprint
Theme URI: https://olowudaniel.com/
Author: Olowu Daniel
Author URI: https://olowudaniel.com/
Description: A child theme for popof preint
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: popoart2
*/

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
